Please could someone help with this problem I've had for a while
I am trying to create a button for a form which when the user completes the rest of the form, it auto populates the "completed by" text box with their name and also fills in the date in the "completed date" text box.
I am also wanting to avoid user error by implementing the below.
I have on the form a text combo box with options 1, 2 and 3. I then have a check box called 'Paid'. I want the 'amount' to auto populate if the 'Paid' check box is selected, the amount being dependant on which option has been chosen.
Thanks
I am trying to create a button for a form which when the user completes the rest of the form, it auto populates the "completed by" text box with their name and also fills in the date in the "completed date" text box.
I am also wanting to avoid user error by implementing the below.
I have on the form a text combo box with options 1, 2 and 3. I then have a check box called 'Paid'. I want the 'amount' to auto populate if the 'Paid' check box is selected, the amount being dependant on which option has been chosen.
Thanks