hello all. I am new to access and not real comfortable with computers. I am building a data base to keep track of our maintenance customers, there aircraft, and the parts we buy for there aircraft. I was successful in creating the customer table and aircraft table and combining those tables into a form.
The common ID between the tables is the aircraft N Number; ie: N3456T
Now I need to track the parts to make sure all parts get charged to the correct aircraft. I set up the table as follows;
Costumer Parts:
Primary Key: N Number
date ordered
Date received
Quantity
Part Number
Description
List price
Cost
Total
The problem I am having is that the same N Number has many parts attached to it. Do I need to create a separate parts table for each Aircraft? Is there an easier way to do that? The goal is at billing time I can generate a report with all the parts associated with that aircraft.
My next question is how do I get quantity * list price = Total
Can I get a grand total on my report?
I know this is a lot. I would really appreciate any help you can give.
Thank you.
The common ID between the tables is the aircraft N Number; ie: N3456T
Now I need to track the parts to make sure all parts get charged to the correct aircraft. I set up the table as follows;
Costumer Parts:
Primary Key: N Number
date ordered
Date received
Quantity
Part Number
Description
List price
Cost
Total
The problem I am having is that the same N Number has many parts attached to it. Do I need to create a separate parts table for each Aircraft? Is there an easier way to do that? The goal is at billing time I can generate a report with all the parts associated with that aircraft.
My next question is how do I get quantity * list price = Total
Can I get a grand total on my report?
I know this is a lot. I would really appreciate any help you can give.
Thank you.