how to print report like this..

puffdog

Registered User.
Local time
Tomorrow, 04:14
Joined
Jul 30, 2003
Messages
17
Hi there,i have two field in my query ,there are field Total, Min
i wan to print a report when field Total <= field Min,
how i create a report like this?Could somebody tell me?
Thanks all..
 
second query

create a second query based on your first query.

you can use following...

Test: [field1] > = [field2]

so, above is more like where clause


www.sqlcourse2.com >> free online sql course.
 

Users who are viewing this thread

Back
Top Bottom