Search results

  1. R

    Option button unclick

    Hello, Does anyone know how to unclick an option button on a form after a selection has been made? One option is to go to the form and delete it there. But I am looking for a more effective way. Thanks!
  2. R

    stLinkcriteria

    Hi, I am using the following syntax to link one form to another. Private Sub btnOpenPractice_Click() On Error GoTo Err_btnOpenPractice_Click Dim stDocName As String Dim stLinkCriteria As String stDocName = "PRACTICE" stLinkCriteria = "[PracticeName]=" & "'" &...
Back
Top Bottom