Allow Date Change in Default Programmed Date

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi! Thank you for your time.

I have been trying to program a date calculated in a query. I have two
attributes in a form one is called Date_Action_Required, users enter this
date. The second is called Date_Action_Reminder, this field comes from code
in a query (Date_Action_Reminder: DateAdd("d",-5,[Date_Action_Required]). The
default for Date_Action_Reminder should always be 5 days prior to
Date_Action_Required.

I want the users to have the option of entering any date and if not the
default will remain.

Thank you for your help.
 
You can't modify a calculated result in a query. You could set the
default value of that field's control in your form to that function,
though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top