Subject | Re: [IBO] Record with maximum date, but date can not be greater then today |
---|---|
Author | Woody |
Post date | 2007-08-17T16:34:37Z |
From: "Ed Dressel" <Dressel@...>
Where DateField <= "Today"
Order by DateField desc, OtherOrderByFields
HTH
Woody (TMW)
>I have a table with a date field. I need to get a value from theSelect First 1 FieldYouNeed from SomeTable
> record with the maximum date--but the date can not be greater then today.
>
> How would I do that?
Where DateField <= "Today"
Order by DateField desc, OtherOrderByFields
HTH
Woody (TMW)