I am testing the error-handling of an Access-VBA controlled process:
- A script in an Access 'controller' DB starts.
- The script starts a macro in a 2nd Access file (the 'database').
- The macro in the 'database' file runs a bunch of maketable queries.
- These queries pull from tables linked to an ODBC source (SQL-Server actually).
When this process runs in the early morning hours, sometimes the queries time out. Today, I've updated the error-handling in the controller script, so I want to simulate a time-out error.
I've looked at the ODBC administrator and Advanced options in MS Access, but I'm not finding what I need. Ideas?