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.
Private Sub Command34_Click()
DoCmd.OpenForm "client_data_form"
Forms!client_data_form.RecordSource = "Select * FROM Client_Table WHERE ClientID = '" & Me!clientlist & "';"
End Sub
Private Sub Command34_Click()
DoCmd.OpenForm "client_data_form"
Forms!client_data_form.RecordSource = "Select * FROM Client_Table WHERE ClientID = '" & Me!clientlist.selection & "';"
End Sub