Error creating a switchboard

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.
 
L

Luke Dalessandro

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
 

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

Similar Threads


Top