Displaying results on a report from a query, from data enetered on a form?

joe90

Registered User.
Local time
Today, 23:42
Joined
Apr 15, 2008
Messages
23
Hi,

Kindest thanks in advance for any help you can give.

I am trying to display the results of a query in a report that depends on a value I have entered into a form.

Any help is muh appreciated

Jo x
 
Add the condition to the criteria of the Record Source query of the report.

eg: If it is to be equal to a field then enter the control name in the criteria line of the field being tested in the query like this.

Forms!formname.controlname
 

Users who are viewing this thread

Back
Top Bottom