A
Anth
Rephrazing a previous question. Preabmle: understand that a table filed
should not contain a calcualted value, how do I work around that to achieve
the following:
Items being received on any given date will have a default expiry date of 3
months, however users may overide that to any expiry date they wish. also
want to set a reminder date for 7 days prior to expiry date. Need to be able
to store data as report on reminders due to be sent and expiring items on any
given day. \
Seems I can use DateAdd("m",3,Date()) as the default value for the expiry
date, but not DateAdd("m",3,[ReceivedDate]) - is it not possible to do that ?
should not contain a calcualted value, how do I work around that to achieve
the following:
Items being received on any given date will have a default expiry date of 3
months, however users may overide that to any expiry date they wish. also
want to set a reminder date for 7 days prior to expiry date. Need to be able
to store data as report on reminders due to be sent and expiring items on any
given day. \
Seems I can use DateAdd("m",3,Date()) as the default value for the expiry
date, but not DateAdd("m",3,[ReceivedDate]) - is it not possible to do that ?