: [EMAIL PROTECTED]
Subject: Re: DATE INTERVAL question.
Hi.
On Mon 2002-07-29 at 11:35:03 -0400, [EMAIL PROTECTED] wrote:
>
> I am trying to run a query that will check to see if a time field is less
> than the the time in the field plus ten minutes.
This does not make sense. This wi
Hi.
On Mon 2002-07-29 at 11:35:03 -0400, [EMAIL PROTECTED] wrote:
>
> I am trying to run a query that will check to see if a time field is less
> than the the time in the field plus ten minutes.
This does not make sense. This will always be true:
A < A + 10 <=> 0 < 10 <=> true
> The fie