|
Try replacing periods with exclamation marks in your macro instructions in order to get the code to run within MS Access 2000.
i.e [forms].[frmMainMenu].[txtStartDate]
should be written as
[forms]![frmMainMenu]![txtStartDate]
If you were to provide more detail about the macro, I might be able to help you convert it to MS Access 2000 syntax.
(I have never tried to run MS Access '97 macros from MS Access 2000. Personally I would want to fix the macro to work with MS Access 2000)
|