M
mr_doles
I have a table with 1 row (Fees) and 3 columns: Fee, Next_Fee_Date, and
Freq. I want to write a query that goes like this:
If Fees.Next_Fee_Date < now() then
1) Insert Fee into another table with todays date
2) Add Freq in months to Next_Fee_Date (ie 12/07/05 + 1 = 1/07/05)
Else
Do Nothing
I want this to run with the access application is opend. Is this
do-able?
Freq. I want to write a query that goes like this:
If Fees.Next_Fee_Date < now() then
1) Insert Fee into another table with todays date
2) Add Freq in months to Next_Fee_Date (ie 12/07/05 + 1 = 1/07/05)
Else
Do Nothing
I want this to run with the access application is opend. Is this
do-able?