Hi,
I am in the process of designing my database. At present I am determing the fields I need within each of my new tables. My database will store data for hardware audits. I have a number of customers that I carryout hardware audits for.
So far I have identified two important tables. These are:
1 : Customers TBL (Contain information about each customer)
2 : Audits TBL (Contain information about the hardware which is being audited)
I have identified the relationship between these two tables as I know that 1 customer will have many hardware items to be audited.
What I have a problem with is repeating information in my audit table.
The fields that I have identified so far are:
1, ID
2, Asset_No
3, Serial_Number
4, Equipment_Type **
5, Make **
6, Model **
7, Memory **
8, Op_system **
Please note that the fields with ** after them are the fields that I believe will repeat in my table i.e a computer may have the same memory (512) in a number of records.
I don't know if I should remove these fields and create there own tables i.e. memory.
Am I getting a little confused here, if so can someone guide me along the correct route.
Hope you can help!!!!!!!
Cheers,
Tom
I am in the process of designing my database. At present I am determing the fields I need within each of my new tables. My database will store data for hardware audits. I have a number of customers that I carryout hardware audits for.
So far I have identified two important tables. These are:
1 : Customers TBL (Contain information about each customer)
2 : Audits TBL (Contain information about the hardware which is being audited)
I have identified the relationship between these two tables as I know that 1 customer will have many hardware items to be audited.
What I have a problem with is repeating information in my audit table.
The fields that I have identified so far are:
1, ID
2, Asset_No
3, Serial_Number
4, Equipment_Type **
5, Make **
6, Model **
7, Memory **
8, Op_system **
Please note that the fields with ** after them are the fields that I believe will repeat in my table i.e a computer may have the same memory (512) in a number of records.
I don't know if I should remove these fields and create there own tables i.e. memory.
Am I getting a little confused here, if so can someone guide me along the correct route.
Hope you can help!!!!!!!
Cheers,
Tom