K
Kahuna
Hi folks
I need to build a recordset where a date in the record is => 'n' months ago.
I guess its something like:
[months] = Forms!MonthsCombo
[Date] = rstSQL!Date
....
Where Now() - [Date] => [months]
....
Am I on the right track and how do I go about comparing the number of months
to a date?
TIA Cheers
I need to build a recordset where a date in the record is => 'n' months ago.
I guess its something like:
[months] = Forms!MonthsCombo
[Date] = rstSQL!Date
....
Where Now() - [Date] => [months]
....
Am I on the right track and how do I go about comparing the number of months
to a date?
TIA Cheers