Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Make Table in Access 97 date conversion error

Status
Not open for further replies.

MyNeckHurts

Programmer
Apr 5, 2002
34
US
I'm getting an error: "Function isn't available in expression in query expression 'dbo_RMS_Roll30DAY_SALES_EXCH_DLY.TXN_DT between date()-7 and date() and dbo_RMS_Roll30DAY_SALES_EXCH_DLY.DRCT_FLFLL_FLG = 'n'".

If I remove the date() it returns data.

Thanks!

 
Have you tried to play with Now() ?

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
 
Thanks PHV, Now() does work. I'm not sure why I didn't try that to start with.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top