access database tables

A

AP Fritts

ok, i have a database with a table called "employees"

is there a way that I can have the contents of that table returned to me as
an ADODB.Recordset object?

If not, my next question is how can I get a set of records that meet certain
criteria?

Thanx,
AP
 
A

AP Fritts

I figured it out.

Dim rs As New ADODB.Recordset
rs.open "employees", CurrentProject.Connection


;)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top