Is there a way during data entry into a form to fill one text box based on the value in another.
for instance Combobox "Animal" gives the choice of cat or dog. If the user selects "dog", Textbox "Type" records "canine" in the database.
I know displaying data already in a table can be done with way, but I can't figure out how to actually enter the data this way as the control source of the textbox "Type" has to be the field in the table.
for instance Combobox "Animal" gives the choice of cat or dog. If the user selects "dog", Textbox "Type" records "canine" in the database.
I know displaying data already in a table can be done with way, but I can't figure out how to actually enter the data this way as the control source of the textbox "Type" has to be the field in the table.