My question may be more a choice of preference, but is it better to use a look up table or just use the value list for combo box selections in a main table? For example, if I had a main table (tblIssuesList) and one field was Model, should I use the combo box and value list or create a look up table (tblModel) to link to the Model field in tblIssuesList.
Thanks in advance!