T
tbrogdon
I have a main form (frmAddProd) which contains a tabbed control with 2
pages. Each page contains a subform bound to the main form on fields:
ProductionDate, Dept, and Shift. The subforms (sfmProdOp and
sfmEmpProd) are not directly related to each other though. sfmProdOp
is on page 0. sfmProdOp is in datasheet view.
So the user enters data on the main form into ProductionDate, Dept,
and Shift and hits the <enter> key which moves the cursor to the first
field in sfmProdOp for more data entry.
My problem: if at this point I select the 2nd tabbed page (page 1)
which contains sfmEmpProd the fields ProductionDate, Dept, and Shift
are not populated on that page even though those fields are directly
linked to the main form - and they do populate the appropriate fields
on the other subform (page 0)
Why is this and how can I achieve this?
Thanks,
Tim
pages. Each page contains a subform bound to the main form on fields:
ProductionDate, Dept, and Shift. The subforms (sfmProdOp and
sfmEmpProd) are not directly related to each other though. sfmProdOp
is on page 0. sfmProdOp is in datasheet view.
So the user enters data on the main form into ProductionDate, Dept,
and Shift and hits the <enter> key which moves the cursor to the first
field in sfmProdOp for more data entry.
My problem: if at this point I select the 2nd tabbed page (page 1)
which contains sfmEmpProd the fields ProductionDate, Dept, and Shift
are not populated on that page even though those fields are directly
linked to the main form - and they do populate the appropriate fields
on the other subform (page 0)
Why is this and how can I achieve this?
Thanks,
Tim