Currently I have built a Service Management Database for the trucking company I work for. I figured out how to muddle through creating the forms and querries to make it work the way I wanted it. Now for my current problem.
How do I make a report that will do the following.
Tables/Forms/Querries in use.
Tables:
1. Tractor/Trailer Table - Parent Table which holds information about the Equipment
2. Tractor/Trailer Service Orders - Child Table which holds the information about the Service work being performed.
3. Tractor/Trailer Parts - A Grandchild Table linked to the Service Order for all parts used in that Service Order. Currently I am also linking it to the Parent table but it requires a manual entry of the Unit Number (Parent Master Index)
*** The relationships are Parent Table (Primary Key = Unit Number) --> Child Table (Primary Key = Service Order Number (Auto assigned #) with a relationship to Parent Table using Unit Number)--> Grandchild Table (Primary Key = Part Number and relationships to Parent and Child Tables) ***
Queries:
I have two querries to pull everything into format which allowed me to created the forms.
Forms:
I finally have Three forms which are being used in a linked form format. There is the main form and two subforms. This allowed me the format I needed.
Finally the question at hand!
I need a report which will print the Unit information, Service Order information and the parts replaced on that service order. I only want to print the Tractor Information, Service order which is currently loaded and the parts associated with that service order.
I know I'm long winded but for those of you who have stuck with me thanks for reading and I hope someone can help me with this.
How do I make a report that will do the following.
Tables/Forms/Querries in use.
Tables:
1. Tractor/Trailer Table - Parent Table which holds information about the Equipment
2. Tractor/Trailer Service Orders - Child Table which holds the information about the Service work being performed.
3. Tractor/Trailer Parts - A Grandchild Table linked to the Service Order for all parts used in that Service Order. Currently I am also linking it to the Parent table but it requires a manual entry of the Unit Number (Parent Master Index)
*** The relationships are Parent Table (Primary Key = Unit Number) --> Child Table (Primary Key = Service Order Number (Auto assigned #) with a relationship to Parent Table using Unit Number)--> Grandchild Table (Primary Key = Part Number and relationships to Parent and Child Tables) ***
Queries:
I have two querries to pull everything into format which allowed me to created the forms.
Forms:
I finally have Three forms which are being used in a linked form format. There is the main form and two subforms. This allowed me the format I needed.
Finally the question at hand!
I need a report which will print the Unit information, Service Order information and the parts replaced on that service order. I only want to print the Tractor Information, Service order which is currently loaded and the parts associated with that service order.
I know I'm long winded but for those of you who have stuck with me thanks for reading and I hope someone can help me with this.