Compile Error

G

Guest

I am trying to use the command button wizard on one form to open another
form, and also to close each form. It allows the button to be added but when
I click on it, the message Ambiguous Name Detected is generated. How can
this be true when the Wizard was used to select the existing form to open?
When I create the close button using the Wizard, the same message is
generated and refers to the previous form name. The button works in other
databases I created last year.
 
G

Guest

From the information provided, I suspect that the error message is referring
to an "Ambiguous Name" in the undelying VBA code and not the actual form
names.

This most likely means that there is a duplicate procedure or button name.
Check the VBA code underneath and the button names to make sure that there
are no duplicate names.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top