J
JimP
I've imported all objects from a MS-Access 2003 mdb into an accdb. There's
an autoexec macro that runs as well as a startup form that loads. The
startup form has a button that links some tables. Upon pressing the button,
the following error message is displayed
"You tried to run a macro or used the DoCmd object in visual basic to carry
out an action. However [accdb name] is performing another activity that
prevents this action from being carried out now. For example, no actions on
a form can be carried out while [accdb name] is repainting a control or
calculating an expression. Carry out the action later."
Ps, The same MS-Access 2003 mdb continues to work fine.
How can I troubleshoot the error, stepping through code doesn't seem to trap
it?
an autoexec macro that runs as well as a startup form that loads. The
startup form has a button that links some tables. Upon pressing the button,
the following error message is displayed
"You tried to run a macro or used the DoCmd object in visual basic to carry
out an action. However [accdb name] is performing another activity that
prevents this action from being carried out now. For example, no actions on
a form can be carried out while [accdb name] is repainting a control or
calculating an expression. Carry out the action later."
Ps, The same MS-Access 2003 mdb continues to work fine.
How can I troubleshoot the error, stepping through code doesn't seem to trap
it?