Query question w/Date

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
[email protected]
Posts: 278
Joined: Tue Aug 05, 2008 3:16 pm

Query question w/Date

Post by [email protected] »

I built a query that has the following statement:

FIND Contract WHERE Contract.ContractExpireDate<Current_Date+60 ORDER BY Contract.ContractExpireDate

I have Contract where the ContractExpireDate=9/7/08. The query doesn't return the record. Is there something I am missing?
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Post by tford »

rgates,

See limitation #2 in Appendix B of the User Guide. There is a workaround suggested there.

I always look here first when a query does not work because there are suggested workarounds.

Tom
Post Reply