I am in need of some help. We have a database that has two tables, one that holds a computers information and the other that holds model numbers that computers have.
The tables are set up like this:
tbl_comp: comp_ID (auto), comp_mod_ID (num), comp_desc (Char)
tbl_model: mod_ID (auto)...