Hi,
I am trying to run a macro when a form opens but I am having trouble. The Macro contains A Make table Query.
Here is the code I put on (ON OPEN):
Docmd.RunMacro "Macro1"
I am getting this message:
the database engine could not lock table 'tablename'because it's already in use by another person or process.
Thanks in advance
Ismail
I am trying to run a macro when a form opens but I am having trouble. The Macro contains A Make table Query.
Here is the code I put on (ON OPEN):
Docmd.RunMacro "Macro1"
I am getting this message:
the database engine could not lock table 'tablename'because it's already in use by another person or process.
Thanks in advance
Ismail