ok so what version of source safe do i need to do ths?
Hum, I got VSS 6.0. It might work with earlier versions, but I don't know
(sorry)
(my bets are you need VSS 6.0)
do I need office developers edition to do this?
No, you don't with a2003. (earlier versions, I think you did!!).
You do however need to download the VSS add-in for ms-access 2003
You can find that here, just go to general downloads
http://www.microsoft.com/downloads
Then, type in the search box, (upper left) the following:
source code control access
I just still dont see how that helps-- will it really allow multiple
developers to keep track of stuff like that?
Yes!! is does!!
I have to assume you are new to "team" development. When you have more then
one developer working, the VSS is standard fair.
So, yes, two developers can now check out a form, or several queries, or
reports (or whatever) they want to work on. They can then work on them
undependably of each other. They can run, write code, do whatever to that
stuff they checked out all day long. When then they check "in" their
changes, then those changes are put into the master copy, and that gives you
a resulting access application.
Not only that, if you got a weird error, or something that does not work,
but worked yesterday, and you roil back, and build a version based on
yesterdays code.
If ask any developer about source code control, many will tell you that it
is the ONLY way to write code.
In many companies, if you check in code that "breaks" the build (ie:
introduces a bug that prevents the application from working), then often you
are NOT allowed to go home until you fix what you broke!!! So, each
developer has to take responsiblity for what they "check out" to work on,
and when they "check in" the code, it better work, as these things keep
track of who did what!!