Newby here. I have a long list (table) of sequential numbers (column) with information attached (fields). (ex. asset tag numbers with info about each number). Eventually, there may be other tables that form relationships, but for now, not.
These numbers fit into categories (ex. Computers, monitors, etc.) The asset numbers have an "offset". In other words Asset No. 2 has an offset with another asset tag of 2500. So, one item is asset no. 2 then the other item that matches it would be asset no. 2502. This offset changes based on the department. Some departments have a large offset, some no so large.
Question 1: Would it be better to have a single table for all devices or two tables (computers, monitors)?
Question 2: How in the world could I define a form that looks up one asset no (say, computer) and displays it's matching offset device?
I believe once I got to this point, I could handle the queries, forms, etc. It's just getting my head around it all.