show only selected records

vasu1211

New member
Local time
Yesterday, 19:09
Joined
Feb 26, 2008
Messages
7
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
 
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.
 
report

can u please tell me how to use filter property to set the criteria. for ex wgt<60
 
The first place to look would be Help. Start there and post back if you get stuck.
 

Users who are viewing this thread

Back
Top Bottom