I've got a form that contains a combo box. When a selection is made from the combo box, the rest of the fields automatically populate with the data associated with the selection.
This works fine, but when the form first opens, there are values already in the text fields before I make a selection from the combo box. The values that appear are the ones associated with the first entry in the table.
What could I do so that when the form opens, all fields are empty?
This works fine, but when the form first opens, there are values already in the text fields before I make a selection from the combo box. The values that appear are the ones associated with the first entry in the table.
What could I do so that when the form opens, all fields are empty?