~ ambiguous name detected

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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'
 
Back
Top