Here's my scenario, I hope someone has figured out how to do this.
Have a form with 2 subforms
These forms built off a querry pulling in three tables
Tables:
Parent Table - Unit Information
- Primary Key is UnitNumber (Text Field)
Child Table - Service Orders
- Primary Key is ServiceOrderID (AutoNumber)
- Tied to parent with UnitNumber
GrandChild Table - Parts
- Primary Key is PartID (AutoNumber)
- Tied to Child Table with ServiceOrderID
- Has UnitNumber field to tie it back to
Parent.
Problem:
Want the to have UnitNumber in Parts subform to be defaulted to UnitNumber in Parent Table. Currently I am defaulting the ServiceOrderID from Child to GrandChild but I would really like to see the UnitNumber put in as well.
Thanks for any sudgestions
Paul
Have a form with 2 subforms
These forms built off a querry pulling in three tables
Tables:
Parent Table - Unit Information
- Primary Key is UnitNumber (Text Field)
Child Table - Service Orders
- Primary Key is ServiceOrderID (AutoNumber)
- Tied to parent with UnitNumber
GrandChild Table - Parts
- Primary Key is PartID (AutoNumber)
- Tied to Child Table with ServiceOrderID
- Has UnitNumber field to tie it back to
Parent.
Problem:
Want the to have UnitNumber in Parts subform to be defaulted to UnitNumber in Parent Table. Currently I am defaulting the ServiceOrderID from Child to GrandChild but I would really like to see the UnitNumber put in as well.
Thanks for any sudgestions
Paul