V vasu1211 New member Local time Yesterday, 19:09 Joined Feb 26, 2008 Messages 7 Feb 26, 2008 #1 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
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 Wino Moderator Staff member Local time Yesterday, 19:09 Joined Aug 30, 2003 Messages 36,142 Feb 26, 2008 #2 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.
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.
V vasu1211 New member Local time Yesterday, 19:09 Joined Feb 26, 2008 Messages 7 Feb 26, 2008 #3 report can u please tell me how to use filter property to set the criteria. for ex wgt<60
pbaldy Wino Moderator Staff member Local time Yesterday, 19:09 Joined Aug 30, 2003 Messages 36,142 Feb 26, 2008 #4 The first place to look would be Help. Start there and post back if you get stuck.