Hello Guys,
I need quick help. Here is my code
Private Sub Command8_Click()
DoCmd.OpenForm "Frm_RMFCommunicationList", acNormal, , "[ORGANIZATION]='" & Me.txtOrg & "'"
End Sub
What operator should I use if I want the return records that has the word entered within that string?
For instance: If I type "University" in the field and click command8, I want all the record to come back that have that word in it so like ABC University, DEF University, etc.
Thank you,
I need quick help. Here is my code
Private Sub Command8_Click()
DoCmd.OpenForm "Frm_RMFCommunicationList", acNormal, , "[ORGANIZATION]='" & Me.txtOrg & "'"
End Sub
What operator should I use if I want the return records that has the word entered within that string?
For instance: If I type "University" in the field and click command8, I want all the record to come back that have that word in it so like ABC University, DEF University, etc.
Thank you,