Recent content by ruchijigs

  1. R

    stLinkcriteria

    It doesn't work. Still gives me the same error when I come across a string like "Women's"
  2. R

    Option button unclick

    I don't know how to do that. Can you explain?
  3. R

    stLinkcriteria

    Thanks for replying..How do you declare a global check variable?
  4. 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!
  5. R

    stLinkcriteria

    Help me please! This is a big project for me... The syntax above is fine...I just want to know what to do if you are comparing two strings and you have a quote in the string. How do I change my code? Thanks!
  6. 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