T
Top Spin
What's the best way to
I need to write a little Access application to collect data for later
analysis. I will be hiring some high school kids to do the actual data
entry. They will be working on it over the summer.
I want to separate the application code from the database tables so
that I can send out updates to the code without sending out the tables
and obliterating what they have already entered.
Let's say I create DataEntryCode.mdb (containing the code) and
DataEntryData.mdb containing the data.
Is there a way to code the path info for the database module
(DataEntryData.mdb) in the code module (DataEntryCode.mdb) so that it
looks in whatever folder it resides in and not in a hard coded place.
I want the application to still work if it is moved to a different
folder.
I am running Access 2000, but I could upgrade to a later version if
that would make a difference.
Thanks
I need to write a little Access application to collect data for later
analysis. I will be hiring some high school kids to do the actual data
entry. They will be working on it over the summer.
I want to separate the application code from the database tables so
that I can send out updates to the code without sending out the tables
and obliterating what they have already entered.
Let's say I create DataEntryCode.mdb (containing the code) and
DataEntryData.mdb containing the data.
Is there a way to code the path info for the database module
(DataEntryData.mdb) in the code module (DataEntryCode.mdb) so that it
looks in whatever folder it resides in and not in a hard coded place.
I want the application to still work if it is moved to a different
folder.
I am running Access 2000, but I could upgrade to a later version if
that would make a difference.
Thanks