Your Question was:
Hi there, I have a small Problem which I cannot resolve and am wondering if you could help me. Basically I have 3 Forms Names ClientForm/VehicleForm & JobForm.the MainForm is ClientForm which has the VehicleForm embedded as a SubForm of ClientForm.the embeded VehicleForm also has an Embedded form called JobForm. All forms are updated in order from Left to Right ClientForm>Vehi cleForm>JobForm .
See Attached image for Clearer image.
I can access the controls on the VehicleForm from within the JobForm using: Forms!VehicleFo rm!VehicleContr ol no problems however When trying to Access the VehicleForm from the JobForm whilst embedded into the ClientForm the Following does NOT work:
Forms!ClientFor m!VehicleForm!V ehicleControl , likewise as advised at the below site:
MVPS.ORG
I have tried:
Forms!Mainform! Subform1.Form!C ontrolName which Proceeds to give me an Error which states "cannot find FIELD SubForm1" ?
Hopefully you could help me with this .
Kind Regards
Weise
Hi there, I have a small Problem which I cannot resolve and am wondering if you could help me. Basically I have 3 Forms Names ClientForm/VehicleForm & JobForm.the MainForm is ClientForm which has the VehicleForm embedded as a SubForm of ClientForm.the embeded VehicleForm also has an Embedded form called JobForm. All forms are updated in order from Left to Right ClientForm>Vehi cleForm>JobForm .
See Attached image for Clearer image.
I can access the controls on the VehicleForm from within the JobForm using: Forms!VehicleFo rm!VehicleContr ol no problems however When trying to Access the VehicleForm from the JobForm whilst embedded into the ClientForm the Following does NOT work:
Forms!ClientFor m!VehicleForm!V ehicleControl , likewise as advised at the below site:
MVPS.ORG
I have tried:
Forms!Mainform! Subform1.Form!C ontrolName which Proceeds to give me an Error which states "cannot find FIELD SubForm1" ?
Hopefully you could help me with this .
Kind Regards
Weise

Comment