starrcruise
Registered User.
- Local time
- Today, 12:52
- Joined
- Mar 4, 2011
- Messages
- 18
I am beside myself with this. Originally I coded the Docmd.Open code with a string to open to a specific record. Worked beautifully. Today (did not shut anything down) the form will not even run the simple DoCmd.OpenForm "formname" code without getting the below message. I have plugged in different form names to be sure it wasn't an OnLoad thing. But in desperation I plugged in a macros in a command button on this same form asking it to open the same forms and it worked.
Error: Procedure declaration does not match description of event or procedure having the same name.
original simplified code:
Private Sub SourceID_Click()
DoCmd.Form "frmEditSource"
End Sub
Please help. I am under the wire here. Thank you.
Error: Procedure declaration does not match description of event or procedure having the same name.
original simplified code:
Private Sub SourceID_Click()
DoCmd.Form "frmEditSource"
End Sub
Please help. I am under the wire here. Thank you.