Hi all,
I'm trying to implement changes I have designed and tested in copy of my production database. I thought I was finished, but during testing, when I tried to call the form from another form, I began to receive the message "The expression On Open you entered as the event property setting produced the following error: Member already exists in an object module from which the object derives."
I checked out several existing threads, and tried everything. I saved the form in Notepad, turned "Has Module" property to "False", then repasted the code, I compacted and repaired the db, and then I pasted sub by sub the entire form back and rebuilt the form. When I tried that approach, the form would open once I left out Form_Load, Form_Open, and Form_Unload. However, any button on the form then produced the same error... "The expression On Click ...".
I've compared all the form properties to my testing database form, I've combed through the VBE for extra copies of the code ...
What else can I do?
Any suggestions appreciated!
I'm trying to implement changes I have designed and tested in copy of my production database. I thought I was finished, but during testing, when I tried to call the form from another form, I began to receive the message "The expression On Open you entered as the event property setting produced the following error: Member already exists in an object module from which the object derives."
I checked out several existing threads, and tried everything. I saved the form in Notepad, turned "Has Module" property to "False", then repasted the code, I compacted and repaired the db, and then I pasted sub by sub the entire form back and rebuilt the form. When I tried that approach, the form would open once I left out Form_Load, Form_Open, and Form_Unload. However, any button on the form then produced the same error... "The expression On Click ...".
I've compared all the form properties to my testing database form, I've combed through the VBE for extra copies of the code ...
What else can I do?
Any suggestions appreciated!