M
Max Moor
Hi All,
I have a table I use to store information about items I'll sell.
This table has about 20 fields. I also sell just tickets sometimes. I
only need 4 fields to store all the info I need on these. These four
fields are in the big table. What I wonder is if I should split these into
a separate table, or leave them in the original, large table?
One thing I've thought of is that getting a report on total sales
would be easier to query if they were all in the same table. I worry about
wasting a bunch of space having 20 fireld records store 4 field pieces of
daya, though. (Even though the unused fields would be 0 or null.)
I know I've been fairly general here, but can anyone give me any
advice on how I should decide what to do?
- Max
I have a table I use to store information about items I'll sell.
This table has about 20 fields. I also sell just tickets sometimes. I
only need 4 fields to store all the info I need on these. These four
fields are in the big table. What I wonder is if I should split these into
a separate table, or leave them in the original, large table?
One thing I've thought of is that getting a report on total sales
would be easier to query if they were all in the same table. I worry about
wasting a bunch of space having 20 fireld records store 4 field pieces of
daya, though. (Even though the unused fields would be 0 or null.)
I know I've been fairly general here, but can anyone give me any
advice on how I should decide what to do?
- Max