Is there a way to link a combo box to other fields?
I have a form that data is entered into and I want to have a default value place in a field based on a selection made in a combo box. Example:
Combo box choices: "Owner Reservation", "VBRO Reservation", and "Dunes"
I want my one of my form field “Reservation Fee" to equal $40 when "Dunes" is selected in the combo box and save the "$40" into my table for reports later.
I have a form that data is entered into and I want to have a default value place in a field based on a selection made in a combo box. Example:
Combo box choices: "Owner Reservation", "VBRO Reservation", and "Dunes"
I want my one of my form field “Reservation Fee" to equal $40 when "Dunes" is selected in the combo box and save the "$40" into my table for reports later.