dcollard23
12-30-2009, 07:57 AM
Hi,
How do I add another query to the code? I have a search button and I want to be able to search 3 queries at one time.
Private Sub CmdSearch_Click()
DoCmd.OpenQuery "QryResults", acViewNormal, acReadOnly
End Sub
Thank you
Elaine
How do I add another query to the code? I have a search button and I want to be able to search 3 queries at one time.
Private Sub CmdSearch_Click()
DoCmd.OpenQuery "QryResults", acViewNormal, acReadOnly
End Sub
Thank you
Elaine