Command Button

mls68

New member
Local time
Today, 04:16
Joined
Mar 9, 2000
Messages
5
How do I add a command button to open up another form? I've been trying to and every time I think I have it right, I run it and it says ambiguous name detected next record click.

Thanks in advance.
 
Access is saying that you already are using the name that you are try to name your command button. This may be orphaned code from where you delete another control with the same name. Open the code window behind the form and look for a sub with the name you are trying to use. If you find it and it's no longer being used (orphaned), delete the sub then your problem should be cleared up.

HTH
RDH
 

Users who are viewing this thread

Back
Top Bottom