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.
Dim stDocName As String
Dim stLinkCriteria As String
Dim className As String
stDocName = "formName"
className = Me.Course_Name.Value
stLinkCriteria = "[Course_Name]='" & className & "'"
DoCmd.OpenForm stDocName, , , stLinkCriteria