I have a subform that is part of another subform that is part of another subform that is part of a form. on this subform (machines) i have a combobox that looks up the service calls for that particular machine. How would i reference this in the query
frmTabs
--> frmComp
--> frmcompsubtabs
-->frmServiceSub *This is the one that i am working with all the data on.
In frmService sub i have these fields (partial list)
ServiceID (textbox)-hidden
ServiceCalls (combobox) Selects * from servicecall table where ServiceID = the number in the serviceID textbox.
i tried putting in the generic ServiceID=[Forms]![frmServiceSub]![ServiceID] which did not work.
Can anyone help, this is a huge problem for me.
David Kuhn
------------------
frmTabs
--> frmComp
--> frmcompsubtabs
-->frmServiceSub *This is the one that i am working with all the data on.
In frmService sub i have these fields (partial list)
ServiceID (textbox)-hidden
ServiceCalls (combobox) Selects * from servicecall table where ServiceID = the number in the serviceID textbox.
i tried putting in the generic ServiceID=[Forms]![frmServiceSub]![ServiceID] which did not work.
Can anyone help, this is a huge problem for me.
David Kuhn
------------------