|
Home > Archive > MOS > November 2003 > Access ????
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| confuse 2003-11-10, 12:48 pm |
| Hello, everyone:
I have error message when I clicked on a form for add a record. I did not design this form and I am trying to figure it out what's wrong.
The error message is the expression on click you entered as the event property setting produced the following error: ambidfuous name detected:Preview_Report_click.
The expression may not result in the name of a macro, the name of a user defined function or [event procedure] There may have been an error evaluating the function, evernt or macro.
Anyone has any ideas how I can fix this.
Thank you | |
| agent_008 2003-11-11, 9:28 am |
| Here is one possible solution.
First, look if there aren't two controls with the same name on your form. When they are, just change the name of the other.
Or:
try to rename the control, that you are "clicking". That click triggers the Click event, and it raises an error. Maybe the worng thing here is the name. It can make conflicts with the built-in method Preview_Report...
My advice: change the name of the clicked control 
Let me know if that helps |
|
|
|
|