mls68
05-12-2000, 05:18 PM
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.
Thanks in advance.
|
View Full Version : Command Button mls68 05-12-2000, 05:18 PM 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. R. Hicks 05-12-2000, 06:08 PM 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 |