G
Guest
Hi. I need some assistance on writing criteria in a query to show records
that are 90 minutes or older.
Here's what I've got so far, but it doesn't work.
\
=(Time$()-[Time logged])*1440>89
For one, the formula doesn't stay after saving the query; it just
disappears. And then I get a mismatch error when I run the query. The field
[Time Logged] is default valued at "Time$()", so I don't know if it's running
into some sort of loop in the formula or not...
Can anyone help me on this? Thanks.
that are 90 minutes or older.
Here's what I've got so far, but it doesn't work.

=(Time$()-[Time logged])*1440>89
For one, the formula doesn't stay after saving the query; it just
disappears. And then I get a mismatch error when I run the query. The field
[Time Logged] is default valued at "Time$()", so I don't know if it's running
into some sort of loop in the formula or not...
Can anyone help me on this? Thanks.