Hi all,
Hoping this is a simple fix and I just didn't know the right phrasing to find the solution.
I'm creating an inventory database using a form to input new assets. Instead of defining the options for a combo box when I created the box, I put the options I wanted in a separate table so they can be added to and deleted as needed. The combo box is so users don't accidentally misspell a system name.
While the combo box displays text, the equipment table displays the ID number of the option (ID from the options table).
How do I get the equipment table to store the options text instead of the options ID number?