View Full Version : show only selected records


vasu1211
02-25-2008, 04:53 PM
I have a field called as wgt in a report. I want to show only those records where the wgt < 60. Is there any way to set this criteria in the report.

Please help

pbaldy
02-25-2008, 05:07 PM
Typically you would do that in the report's souce query. You could also use a wherecondition in the OpenReport code. I suppose you could also use the Filter property of the report, but I'd use one of the other two methods myself.

vasu1211
02-25-2008, 05:48 PM
can u please tell me how to use filter property to set the criteria. for ex wgt<60

pbaldy
02-26-2008, 07:21 AM
The first place to look would be Help. Start there and post back if you get stuck.