Jet database does not recognis input as valid expression

P

Peter W

I have a report that takes to fields of information from a query as title
information.

It then imports 3 graphs that have been created from a seperate query.

The input is a 3 digit code eg "AAA".

If I enter this into the query directly as criteria "AAA" the report works
fine.

If I enter the data as selection on a form (Titled - "Class") through a
combo box all the associated querys required to create the graphs work fine.

However, the report crashes with the error -

"The Microsoft Jet database engine idoes not recognise
'FORMS!Class!Input_ITC" as a valid name or expression"

I think I need to define the form input for the report but I am not sure how
to do this.

Regards
Peter
 
Top