P
Programmer - wannaB
I have No idea where to begin, this may be a VB script or an ACCESS VBA
project, I would really appreciate any help I can get on this. I would like
to build a Script that can be run from a command button in ACCESS2003. The
Script needs to check to see if the TESTDB in a subfolder of the primary
database is in use;
If the TESTDB is in use then display a message that the adhoc DB is in use
would you like to create a temp adhocDB,
if YES then copy the current MDB to the subfolder and name it
adhoctemp%currentdate-time%.mdb, remove all the Start restrictions that were
in place by way of options from Tools/Startup on the Master DB and place the
use in the adhocDB. When the user closes this db they should be returned to
the master and the adhoc should be deleted.
If NO then do nothing
If the TESTDB is NOT in use then delete all data from the tables and
repopulate with data from the Master DB, remove all restrictions that were in
place by way of options from Tools/Startup on the Master DB and place the use
in the TESTDB. When the user closes this they should just be returned to the
master.
Just thinking about this scares me. Would someone out there please help me.
Thank you!!
project, I would really appreciate any help I can get on this. I would like
to build a Script that can be run from a command button in ACCESS2003. The
Script needs to check to see if the TESTDB in a subfolder of the primary
database is in use;
If the TESTDB is in use then display a message that the adhoc DB is in use
would you like to create a temp adhocDB,
if YES then copy the current MDB to the subfolder and name it
adhoctemp%currentdate-time%.mdb, remove all the Start restrictions that were
in place by way of options from Tools/Startup on the Master DB and place the
use in the adhocDB. When the user closes this db they should be returned to
the master and the adhoc should be deleted.
If NO then do nothing
If the TESTDB is NOT in use then delete all data from the tables and
repopulate with data from the Master DB, remove all restrictions that were in
place by way of options from Tools/Startup on the Master DB and place the use
in the TESTDB. When the user closes this they should just be returned to the
master.
Just thinking about this scares me. Would someone out there please help me.
Thank you!!