Good day all,
I've been trying to solve this problem, but I just can't seem to come up with the correct verbiage to make my Googling easier.
So,
I've created an inventory database. Users utilize a form to enter new equipment into the database or modify existing records. The form has combo boxes for several items, such as unit type (Laptop, Workstation, Server, Monitor, etc.) and system name (the name of the program which owns the equipment). I use combo boxes to mitigate user errors in spelling and punctuation that will make queries more difficult. The main inventory table stores the comb box selections as numbers, referencing the ID of the selection on the table which contains the list.
With the equipment table query, I would like users to be able to enter the system name. Currently, they must enter the ID#. How do I do this?
I've included a screenshot, with some identifying names and numbers removed.![]()