Need to filter a report

cstanley

Registered User.
Local time
Today, 02:16
Joined
May 20, 2002
Messages
86
Hello all,

I have a report that I would like to make that will display records that have been filtered by a user selection. I.E., I have a bunch of records that have associated attributes. I would like the user to open the report, select from a combo box (or some other list) displaying which attribute to use to filter, and have the report display.

I can do this by making a simple query as the recordsource and put in an [Enter an Atttribute] in the criteria area, but that would require the user to know the exact names of the attributes, and there are about 15 of them. I'd much rather use a combo box... how do I do this?

Thanks!

Chris
 
Could you elaborate on the OpenReport method?

Thanks,

Chris
 

Users who are viewing this thread

Back
Top Bottom