Hi there,
First of all thanks for taking time out to read this.
I have designed a database to hold details regarding hardware audits I carry out for my customers. I want a database within Access to hold this info so I can run queries and reports for me and my customers.
I have created three tables. These are
Customer TBL
Asset TBL
Customer Asset TBL.
There relationships are as follow:
1 type of asset can be used in many cutomer assets
1 customer will have many assets within customer assets
The attributes for each entitiy are below
Customer
CustomerID (P.K)
Customer_Name
Asset
EquipID (P.K)
Manufacturer
PartNo
Description
CustomerAsset
CustomerAssID (P.K)
CustomerID (F.K)
EquipID (F.K)
DateInstalled
Warranty
SerialNumber
AssetNo
I now want to create a form. I want the user to user the customer to navigate to their customer and then add a new record(s) to the subform. It is here that they will select the asset and input other details about the audit.
Is it best to create a query and use this query when creating the form. I want to use combo boxes i.e. when selecting a Dell computer for customer x. This would have been added to my asset table so I want to know how I should start putting things together now that I have a design.
As you can see I'm a little confused about how I should use access to create the interface and put everything together so any suggestions and advice would be much appreciated.
Thanks and kind regards,
Tom
First of all thanks for taking time out to read this.
I have designed a database to hold details regarding hardware audits I carry out for my customers. I want a database within Access to hold this info so I can run queries and reports for me and my customers.
I have created three tables. These are
Customer TBL
Asset TBL
Customer Asset TBL.
There relationships are as follow:
1 type of asset can be used in many cutomer assets
1 customer will have many assets within customer assets
The attributes for each entitiy are below
Customer
CustomerID (P.K)
Customer_Name
Asset
EquipID (P.K)
Manufacturer
PartNo
Description
CustomerAsset
CustomerAssID (P.K)
CustomerID (F.K)
EquipID (F.K)
DateInstalled
Warranty
SerialNumber
AssetNo
I now want to create a form. I want the user to user the customer to navigate to their customer and then add a new record(s) to the subform. It is here that they will select the asset and input other details about the audit.
Is it best to create a query and use this query when creating the form. I want to use combo boxes i.e. when selecting a Dell computer for customer x. This would have been added to my asset table so I want to know how I should start putting things together now that I have a design.
As you can see I'm a little confused about how I should use access to create the interface and put everything together so any suggestions and advice would be much appreciated.
Thanks and kind regards,
Tom