filter report by input parameter from combo box

Y

ynjramey

I'm trying to filter a report by an input parameter picked up from a combo
box on a form without using Access Projects. Does anyone have any tips on
how to filter this info? Using Access 2003.
 
G

Glynn Taylor

Hello

Base your report on a Query not on a table.
Point the Query criteria to the parameter field/s on your from.

Glynn
 
Top