I am placing a Find command Button on a Form to allow users to Search Any Field in the DAtabase that they would like to. The code I have used behind the button is (Name of Button is cmdFind)
Private Sub cmdFind_Click()
DoCmd.RunCommand (acCmdFind)
End Sub
This code works fine in MS ACCess 1997, but it doesn't work in MS ACCESS 2000. Why is that?????????
Private Sub cmdFind_Click()
DoCmd.RunCommand (acCmdFind)
End Sub
This code works fine in MS ACCess 1997, but it doesn't work in MS ACCESS 2000. Why is that?????????