I have three item booking screens: vehicle, room, equipment. The table fields are identical.
What are the pros and cons of having them in three tables, or having them in one table, with an extra field called "type"?
I imagine if they are in one table, access has to sort through 300 records instead of 100 in each table.
But on the other hand, maybe having one table makes the program file size smaller, and more compact
What are the pros and cons of having them in three tables, or having them in one table, with an extra field called "type"?
I imagine if they are in one table, access has to sort through 300 records instead of 100 in each table.
But on the other hand, maybe having one table makes the program file size smaller, and more compact