Query Criteria

nicola1

Registered User.
Local time
Today, 05:03
Joined
Jul 27, 2005
Messages
41
Hi all,

In my query i have 5 different fields showing different type of fuel types, these are checkboxes on a form.

I have another field which shows the 'dry time' (this is calculated on two other fields, the time of runout and time of delivery)

What i want to to is have a selection criteria whereby if 'Diesel' (one of the fuel tyeps) dry time is over 06:00 hours, it is displayed.

Im not sure whether this should be in the Diesel field, or the dry time field.

I have tried both using:

'Diesel' > "06:00" and also 'Dry Time' > "06:00"

but niether work...any help would be appreciated. Thanx
 
If I understand you correctly you need two criteria, one for the diesel checkbox being true and second for the drytime over 6 hours.
 
Thanks so much! im so dozy! How did i not know that
 
Last edited:

Users who are viewing this thread

Back
Top Bottom