When I debug from the module window I get the following error:
'Method or data member not found' on trhe following line with ReminderID highlighted.
DoCmd.OpenForm "frmRemindersEdit", OpenArgs:=Me.ReminderID
This is the code behind a command button.
The code works fine when I click the button, no errors... nothing.
But when I debug I get the error.
The same code and forms are in another database and I don't get the debug error.
Why oh why does this happen???
James
'Method or data member not found' on trhe following line with ReminderID highlighted.
DoCmd.OpenForm "frmRemindersEdit", OpenArgs:=Me.ReminderID
This is the code behind a command button.
The code works fine when I click the button, no errors... nothing.
But when I debug I get the error.
The same code and forms are in another database and I don't get the debug error.
Why oh why does this happen???
James