parameter query

Mike Hughes

Registered User.
Local time
Today, 23:38
Joined
Mar 23, 2002
Messages
493
I would like to make this part of a query to allow the user to enter the number of days they want to search by.

NOLDBA_CASE_ROLLUP.DT_LAST_PAY)<=Now()-45

I tried NOLDBA_CASE_ROLLUP.DT_LAST_PAY)<=Now()-[days] but this didn’t work

Would someone help please? Thanks Mike
 
ODBC called failed. I'm connecting to an Oracle table.
 
I just tried

[NUMBER OF DAYS]<Now()
and worked fine. Thanks for looking
 

Users who are viewing this thread

Back
Top Bottom