I have a timer code that does the following...
1. Sets a time value to now
2. Performs an action
3. Sets an end time value to now
4. Displays message box with elapsed time
Very simple...
However, I have some actions that take place in an external database.
I have code that opens an external database. Upon opening, that other database runs code and then closes. How can I set code in my front end database to run when the other database closes...
OR
How can I put a pause between steps 2 and 3 above and have my code wait until the other database has closed to resume?
McLean Jones
buddycenters.org
"Believing is Seeing
1. Sets a time value to now
2. Performs an action
3. Sets an end time value to now
4. Displays message box with elapsed time
Very simple...
However, I have some actions that take place in an external database.
I have code that opens an external database. Upon opening, that other database runs code and then closes. How can I set code in my front end database to run when the other database closes...
OR
How can I put a pause between steps 2 and 3 above and have my code wait until the other database has closed to resume?
McLean Jones
buddycenters.org
"Believing is Seeing