Error creating a switchboard

  • Thread starter Thread starter impero
  • Start date Start date
I

impero

Hi.. can anyone please help?

I am creating a switchboard for my database, I have succesfully created the
switchboard, I am encountering problem when I try to open the switchboard,
as it is always giving me an error.

The message is:

Compile error: Ambiguous name detected: New_Product_Entry_Click

Can anyone help me to make my swithboard works? Thanks.
 
Impero,

The error means that you have defined two procedures with the name
"New_Product_Entry_Click".

Does your switchboard have new product entry functionality? Could you
have declared two buttons that are trying to do the same thing? Or do
you have a form with a button or field called "New_Product_Entry".

Do a project wide text search for the term "New_Product_Entry_Click".
It's going to show up twice in your code, you just need to figure out
which one is the one you actually want.

Good luck,
Luke
 
Back
Top