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 sfrm as Form
set sfrm = Forms![purple][b]MainFormName[/b][/purple]![purple][b]subFormName[/b][/purple].Form
If [Allocated] = True Then sfrm!Job = Me![Job]
set sfrm = Nothing[/blue]
[blue] Dim frm as Form
set frm = Forms![purple][b][purple][b]MainFormName[/b][/purple][/b][/purple]
If [Allocated] = True Then Me!Job = frm![Job]
set frm = Nothing[/blue]