N
Need Help Plz
I have a field (grades) of numbers ranging from -100
(negative 100) to 100 (positive 100) in a table. I want
to return the Max positive number, Min positive number
and Max negative number, Min negative number for a bound
field in a report. This is what I have tried-
Max positive number (Control Source):
=Max([grades])
Min positive number (Control Source):
=Min([grades]>0)
etc...
Plz help
(negative 100) to 100 (positive 100) in a table. I want
to return the Max positive number, Min positive number
and Max negative number, Min negative number for a bound
field in a report. This is what I have tried-
Max positive number (Control Source):
=Max([grades])
Min positive number (Control Source):
=Min([grades]>0)
etc...
Plz help