Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dontgetshocked

  1. dontgetshocked

    Unbound Textbox Value

    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 =...

Part and Inventory Search

Back
Top