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.
stDocName = "frmNumb_Cor"
stLinkCriteria = "[RECIEVED_ID]=" & Me![ID]
DoCmd.OpenForm stDocName, , , stLinkCriteria
'From the code above, Received_ID must ALREADY = Me!ID
'but let us assume that it does not.
Forms!frmNumb_Cor!Received_Id=Me!ID