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 Wanet Telecoms Ltd 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 krank

  1. krank

    Using DAO and Recordset

    Use an SQL query to retrieve the record you want to update. The way your code works ADO is opening your table and moving to the first record. It looks as though that is not necessarily the record you want to update but that is the record that receives the changes. So just substitute the table...
  2. krank

    Jet Database Driver and VB6 problems

    Before Access 2000 Access always had a delay before the internal buffer was flushed. If using DAO this can be forced (check the documentation). However, using ADO with Jet 4.0 and A2000 you should be able use resync on the recordset update call and see the changes immediately. Haven't tried...

Part and Inventory Search

Back
Top