G
Guest
Hi,
I have a main form, a subform (1) and two further subforms embedded in tab
controls.
Main Form: Actual Cost
Subform: CostJob Subform
Subforms (2): CostDetails Subform and EstDetails Subform
The 2 'Details' subforms are the same, but I have a field (Control) called
CostDate. If it is Null then it is an Estimate otherwise it is a Cost.
My problem is that only the CostDetails Subform behaves correctly. That is
if I go to the second row in the first subform CostJob Subform, the
corresponding data changes in the CostDetails Subform.
I though it was to do with the master & child fields. I have the same fields
set for both Details Subforms, i.e.:
Master:[CostJob Subform].Form![JobID]
Child:JobID
Any suggestions?
Thanks,
Graeme
I have a main form, a subform (1) and two further subforms embedded in tab
controls.
Main Form: Actual Cost
Subform: CostJob Subform
Subforms (2): CostDetails Subform and EstDetails Subform
The 2 'Details' subforms are the same, but I have a field (Control) called
CostDate. If it is Null then it is an Estimate otherwise it is a Cost.
My problem is that only the CostDetails Subform behaves correctly. That is
if I go to the second row in the first subform CostJob Subform, the
corresponding data changes in the CostDetails Subform.
I though it was to do with the master & child fields. I have the same fields
set for both Details Subforms, i.e.:
Master:[CostJob Subform].Form![JobID]
Child:JobID
Any suggestions?
Thanks,
Graeme