Author: YarikYarik
Date: Aug 14, 2008 17:01
This is about an ADP project (Access 2003) integrated with SourceSafe.
Let's say there is a form in the ADP project, which corresponds to
some .FRM file in the SourceSafe repository (let's call it "master
source file") and to some local .FRM file (let's call it "local source
file"):
Form <---> Local Source File <---> Master Source File
When I check the form out (without making any changes yet) the Local
Source File is "in sync" with the Form; that is, its contents reflects
the current state of the Form.
Now, when I make some change to the Form and save it, the
corresponding Local Source File is no longer "in sync" with the Form.
I know at least two ways to bring the Local Source File back "in sync"
with the Form:
(1) Try to check the Form in
(2) Try to get version history for the Form
|