Macro error crashed database

mpquin

New member
Local time
Today, 09:48
Joined
Jan 16, 2008
Messages
7
I was pretending to know how to add a macro to a certain field which apparently caused a major issue. When I now open the database I receive the attached error.

ANY help at all debugging the issue would be most appreciated.

Regards,
Mike
 

Attachments

You've got this twice:

Private Sub ContactDetailsfromSubform_Click()
 
a. I don't think this has anything to do with a 'Macro'
b. If you hit the debug button in code view you should see the line the error is on
c. I'm guessing you have two event procedures or line labels with the same name..

???
 
Thanks for the reply. I kind of figured out the problem, but have no idea how to correct it. This is my first shot at a database and have no experience with VB.

How would I fix the issue based on the code?

Thanks,
Mike
 
You can't have to procedures with the same name. Don't know how to 'splain it any better than that...:)
 
How would I find the procedures and can I delete them?
 
Hum... I'm kind of at a loss. I've never had to explain something in VBA at this level before. :)
 

Users who are viewing this thread

Back
Top Bottom