Passing a query into a report

I

Irishmaninusa

is it possible to pass a query into a report

i.e.

SELECT * FROM tblContact where ContactType = 'SALES'
 
K

Ken Snell

You can set the RecordSource of the report to this query. Or are you looking
for something fancy?
 
Top