~ ambiguous name detected

G

Guest

I have a user form in my database which works fine.

I need to create another form with the exact same layout, however, when I try to copy the form and its coding to a new form, on runtime i recieve the error message '~ ambiguous name detected'

Im not quite sure what this means, but is there an easy way to creaet a new form with the same layout?

thank you for your time and help
 
P

papou

Hi
This means you are using a reference to an object that already exists in
your project.
Check for duplicate names or references in your code and amend them.

HTH
Cordially
Pascal

camron107 said:
I have a user form in my database which works fine.

I need to create another form with the exact same layout, however, when I
try to copy the form and its coding to a new form, on runtime i recieve the
error message '~ ambiguous name detected'
 

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