View Full Version : Producing Graphs from queries


paulsdixon
07-03-2001, 08:21 AM
I am trying to generate a chart from a query that has an input requirement from the user. The '[Input]' is what I have placed in the crtieria field of the query.

Has anybody had any similar errors appear as the one shown below?

The microsoft Jet database engine does not recognize [Input] as a valid field or expression.

joeyreyma
07-04-2001, 12:26 AM
add ur [Input] to the parameter list of the query in QUERY >> PARAMETER and put the data type as well.