I use Windows XP and Access 2003
I have a table called tblProcessLine
it contains the following fields:
Autonumber1 PK
Date
WorkOrder
Qty
LoadNumber
Timein
TimeOut
Shift
Badge
Rework
Billets
Pinwheel
Trimtabs
I have a main form that fills in the following fields:
Date
LoadNumber
TimeIN
TimeOut
Shift
Rework (yes/no)
Badge
I have a subform that fills in:
WorkOrder
Qty
I need the WorkOrder row to also contain all the information in the main form as well as the subform. This is not happening. I get blank fields in the rows where the WorkOrder is populated. I was wondering if need VBA code to read and populate those fields.
Any help would be great.
I have a table called tblProcessLine
it contains the following fields:
Autonumber1 PK
Date
WorkOrder
Qty
LoadNumber
Timein
TimeOut
Shift
Badge
Rework
Billets
Pinwheel
Trimtabs
I have a main form that fills in the following fields:
Date
LoadNumber
TimeIN
TimeOut
Shift
Rework (yes/no)
Badge
I have a subform that fills in:
WorkOrder
Qty
I need the WorkOrder row to also contain all the information in the main form as well as the subform. This is not happening. I get blank fields in the rows where the WorkOrder is populated. I was wondering if need VBA code to read and populate those fields.
Any help would be great.
Comment