N
Nick
I am trying to create a query in Access which would pull
the items with a Date which are at least 30 Days less than
the Date I enter into my parameter query. Here is an
example of my SQL I used in my unsuccesful attempt.
SELECT TABLE1.PRODMONTH, TABLE1.COSTID, TABLE1.AMOUNT
FROM TABLE1 TABLE1
WHERE TABLE1.PRODMONTH < [Enter Prod Date] - 30
Can anyone lead me in the right direction or have any
suggested websites that might help me figure this out.
Thank you in advance for any help that can be provided.
the items with a Date which are at least 30 Days less than
the Date I enter into my parameter query. Here is an
example of my SQL I used in my unsuccesful attempt.
SELECT TABLE1.PRODMONTH, TABLE1.COSTID, TABLE1.AMOUNT
FROM TABLE1 TABLE1
WHERE TABLE1.PRODMONTH < [Enter Prod Date] - 30
Can anyone lead me in the right direction or have any
suggested websites that might help me figure this out.
Thank you in advance for any help that can be provided.