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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lflee
  • Order by date
  1. lflee

    The navigation buttons on a form????

    Jeremy, If I put this statement in to limit the records in my recordset: Dim rst As DAO.Recordset Set db = CurrentDb() Set rst = db.OpenRecordset("select * from Master where not isnull(Sentmonths)") ... Which event(s) do put it in if I want to read this recordset when the...
  2. lflee

    The navigation buttons on a form????

    I would like to scroll through the RecordSetClone of my form then only display certain records depending on a condition when the navigation button is pressed. (Previous, next, etc.) Using vba code, how can I tell what button was clicked on then choose the records to display? I am using Access...
  3. lflee

    Data Bound Combo Box.

    Hi, I would try to use "Me.Refresh" in your code so that the main screen is refreshed with the new data from your combo box each time you go to a new record. Also, I recommend using this help site: allexperts.com I got an answer to a problem pretty darn quick! Hope this helps.

Part and Inventory Search

Back
Top