S
Stranger
When should a look up table be created?
What I was thinking is in the IT inventory database, for field type, I created a combo box that pulls what is already in the type fields as a choice to use for new entries. However, if I wanted to add a new type of hardware, I would have a problem. Would this be an instance where I could just create a table called hardware type and just put the different types of hardware in there and then use that as the source of the combobox in the table? Then would I be able to just have a form to add types of hardware to the hardware type table?
I just want to make consistency and have everything as simple as possible for the person that will be using.
thanks.
What I was thinking is in the IT inventory database, for field type, I created a combo box that pulls what is already in the type fields as a choice to use for new entries. However, if I wanted to add a new type of hardware, I would have a problem. Would this be an instance where I could just create a table called hardware type and just put the different types of hardware in there and then use that as the source of the combobox in the table? Then would I be able to just have a form to add types of hardware to the hardware type table?
I just want to make consistency and have everything as simple as possible for the person that will be using.
thanks.