Here is an example of an unbound txt box I use to do a form search on.The code is run after the update event.
Private Sub Combo202_AfterUpdate() 'updated 8/29/03
Dim rs As Object
Set rs = Me.Recordset.Clone
rs.FindFirst "[TimeID] = " & Str(Me![Combo202])
Me.Bookmark =...
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.