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 Mike Lewis 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: *

  1. Katana

    Creating a new record with JET ADO provider.

    Is it not possible to create a new record in a recordset with the JET 3.51 ADO provider accessing an Access database? <br> e.g.: <br> Dim rs as ADO.Recordset<br> Set rs = New ADO.Recordset<br> rs.Execute 'SOME SQL QUERY'<br> rs.AddNew<br> <br> When I tried something like this I get an error...

Part and Inventory Search

Back
Top