I am having a hard time figuring this one out. I created a button on my report to search through the report and it worked fine. I made a boatload of changes and now I can't get it to work. I have no clue why, as there were no changes to the report that I can remember (other than making the recordsource of the form change based on what buttons were clicked on another form). The first search works, then I get a message about not being able to use Find or Replace now (see picture).
The code for the button is just:
Also, the find window drops behind the popup report and access says, "Search succeeded" in the bottom left corner of my screen...but I'm not done searching!:banghead:
The code for the button is just:
Code:
Private Sub Find_Click()
Me.AvionicsTime.SetFocus
DoCmd.RunCommand acCmdFind
End Sub
Also, the find window drops behind the popup report and access says, "Search succeeded" in the bottom left corner of my screen...but I'm not done searching!:banghead:
Attachments
Last edited: