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 derfloh 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: shital78
  • Order by date
  1. shital78

    Goto Record in recordset

    Hi so u want to go at particular record in form try this coding sub sample() dim db as database dim rst as recordset dim varbook as variant set rst = db.openrecordeset("select * from table") rst.findfirst "[fieldnmae] = value" varbook = rst.bookmark 'go to the particular...

Part and Inventory Search

Back
Top