Commnad buttons in form do not work

  • Thread starter Thread starter Roti
  • Start date Start date
R

Roti

Whenever I create a command button using wizard or not,
the buttons do not work. Get this error mesage that says;
"The expressions you entered produce an error ambiguous
name detected Query_menu click. The expression may result
in the name of a user defined function, macro,or event
proceedure. Error evaluating function, event ot macro."

I need help. I am working on a school project. It is my
finals.
 
The message is telling you that you've got 2 routines with the same name. Do
a search on the name, and either delete or rename one of them.
 
Back
Top