Error message using forms

  • Thread starter Thread starter Jinni
  • Start date Start date
J

Jinni

I am attempting to input data into a form that I created.
The following error message popped up as I tabbed from one
field to another. "The expression On Click you entered as
the event property setting produced the following error:
The object doesn't contain the Automation Object 'Metric
Input.' The form on is based on a table called Metric
Input. And the field is a value list to select from. I
would appreciate anyone's input.

Thanks.
 
Sounds like a syntax error.

Somewhere you've used a period (.) after the table name
where you should be using an exclamation (!)

Good luck.
 
Hi Jinni:
You might check your form and the fields on it to make
sure that you have not accidentally set an "Event
Procedure" into an "On Click" event property.

Hope This Helps
 
Back
Top