Access problems running docmd.RunMacro -
07-25-2003
, 03:23 PM
Hi,
I made some changes to my Access program and tested everything out.
All functionality worked.
After converting to Access 97 from 2000.
Some DoCmd.RunMacro statements fail and Access crashes.
So I convert back to 2000 and those statements work, but now I get a
message that the macro is not found!
The macros run a query to delete some stuff in a table.
Nothing fancy.
I've tested the macros and queries individually and they work fine.
This is driving me up the wall!
I've written lots of Access stuff and never had these problems before.
Why would docmd.runmacros commands crash or say macro not found?
I've checked the spelling andwent through the code with a fine tooth
comb.
Help!
Dave |