New Table???

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top