Date fields

Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
Post Reply
KenB
Posts: 19
Joined: Tue Oct 10, 2017 12:44 pm

Date fields

Post by KenB » Tue Aug 08, 2006 5:12 pm

I have an issue with datetime fields when used in a filter. I have a field called dinvoice that is a datetime field. I am trying to filter out invoices that are older then 6 months and using the expression _dinvoice >= SUBMONS(DATE(),6)_. This returns a _No Records Found_ when run. I am filtering a FoxPro SQL database.____Tried _TODATE(dinvoice) >= SUBMONS(DATE(),6)_ with the same results.__

Post Reply