No Dice. The value is being passed through and I tried your suggestion on the code aswell. Out of curiosity I tried doing the search while the third record set was being displayed and when I clicked Find it reverted to the first recordset.
This is probably something simple, however, it has me frustrated.
I am trying to use a DoCmd.FindRecord to find records based on whatever the user types into the input textbox (txtFindNew) using the following code.
Private Sub cmdFind_Click()
Dim strTitle as String
strTitle = txtFindNew...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.