Hello All,
I have a question regarding accessing a value from a "layered" form.
Main Form = FRM_Main
Has 4 tabs - Tab_1; Tab_2; Tab_3; Tab_Pends
Tab_ Pends - Navigation Target is FRM_Pends
FRM_Pends has 4 tabs
Tab_Pends1; Tab_Pends2; Tab_ActivePends
Tab_ActivePends - Navigation Target is FRM_ActivePends
Two control buttons - Result and Reason.
Drop down list of Reason depends on Result. If Result is 1 - Reason is A,B,C
Result is 2 - Reason is D,E,F
Reason drop down list is based on a query - and i need to access the value of Result in FRM_ActivePends to run the query.
I am not able to link Result to query accurately. When I use the form it asks me to enter the value for Result inspite of the value being in the form.
Please give me the correct syntax to access the form. I tried using NavigationSubform but nothing seems to work. I am missing something.
Thank you for all your help.