I have a form that I use to update a table. The form is used to record details of activities that generally start and finish on the same day, but not always. Accordingly I have two fields on my form: Start_Date and Finish_Date, and I would like Finish_Date to be automatically populated and only changed if the activity runs beyond the day it started.
I would like to be able to set the Default Value for Finish_Date equal to the value entered in the Start_Date field and have tried setting the default value to =[Start_Date], but nothing happens.
I’m guessing the solution is simple, but I just can’t find it. Any help will be much appreciated.