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

How to open recordset inside Access VBA using ADO

Status
Not open for further replies.

Paladyr

Programmer
Apr 22, 2001
508
US
Do you still have to create a recordset object and establish a connection to the database or since you are already working within the database, can't you just open a table in the database without having to build a connection object??? Thanks!
 
Figured it out myself:

CurrentProject.Connection
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top