In trying to make a data-entry form as idiot-proof and user-friendly as possible, I want the computer to calculate the end date for a lease, based on the user typing in the start date and the length in years.
I've figured out how to make the information display as text:
[start date]+[length]*365
But I want this to be displayed as the default value for the field, giving the user the option to change it if necessary.
Can anyone help? Your time is much appreciated.
I've figured out how to make the information display as text:
[start date]+[length]*365
But I want this to be displayed as the default value for the field, giving the user the option to change it if necessary.
Can anyone help? Your time is much appreciated.