Guest_imported
New member
- Jan 1, 1970
- 0
I wrote a database in 2000 at home and want to use and edit it at work on Access 97. My switchboard keeps showing errors "Method or data member not found" and it highlights "currentProject" in the line -
Set con = Application.CurrentProject.Connection
I deleted my switchboard and could open the forms fine but then when I clicked command buttons such as go to next record, I get a message saying "there may have been an error evaluting the function, event, or macro". When I try to put a new command button in to do the same thing, I get the same error message.
Set con = Application.CurrentProject.Connection
I deleted my switchboard and could open the forms fine but then when I clicked command buttons such as go to next record, I get a message saying "there may have been an error evaluting the function, event, or macro". When I try to put a new command button in to do the same thing, I get the same error message.