G
golfinray
I am trying to use a datepicker to set number of days until an email reminder
is sent. I am a little over my head. I am trying to use something like:
If me.date_picker.value <> now() then
dateadd("d"(me.datepicker.value ?????
docmd.sendobject .......
I don't know how to set this up with dateadd or something else if the user
wants an email reminder, say, 30 days from now and they select that date on
the datepicker. Am I just way off track? Thanks so much!!!
is sent. I am a little over my head. I am trying to use something like:
If me.date_picker.value <> now() then
dateadd("d"(me.datepicker.value ?????
docmd.sendobject .......
I don't know how to set this up with dateadd or something else if the user
wants an email reminder, say, 30 days from now and they select that date on
the datepicker. Am I just way off track? Thanks so much!!!