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 strongm 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: mouser000
  • Order by date
  1. mouser000

    Save Recordset in VB to Access Table

    well u do one thing 1. open a different ADO Connection for Access Database. 2. when connection done successfully, use ADO CONNECTION objects Execute method, ex- Conn.Execute. to create table in access database. SQL - Create table <tablename> (name text (20),...) conform for SQL supported by...
  2. mouser000

    Server.CreateObject vs &quot;New&quot; Object

    Well New Keyword works well when u have added refrence of that object in ur application. otherwise u have to say createobject(&quot;ProgID&quot;)

Part and Inventory Search

Back
Top