Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
[blue] Dim frm As Form, sfrm As Form
Set frm = Forms![MainFormName]
Set sfrm = frm![subFormName].Form
[purple][b]sfrm[/b][/purple]!TextboxName = [purple][b]frm[/b][/purple]!TextboxName
Set sfrm = Nothing
Set frm = Nothing[/blue]