New Table???

L

langirl77

I have a database tracking hardware...serial numbers, hard drive size,
processor speed etc. I want to add a function to add problem history. I
want that portion on a separate form that will contain the serial number and
name from my table that already exists with that information along with the
new information of case number, tech's name, problem details etc. I am
thinking I need to add a new table that will hold this new information is
that correct?
 
S

Sharkbyte

Yes, but you are probably looking at more than 1 new table. You will want a
table for problem history, but also one for Tech person information. Just
from what you posted.

If you are going to be tracking even more information, you may need to add a
couple more...

Sharkbyte
 
Top