Displaying an ADO recordset in a datasheet.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there anyway to bring up a datasheet view from an ADO recordset?

Mark
 
You can bind a from to ADO recordset (but not any type of recordset) like:

set me.Recordset= rst

check access help for more info
 

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

Similar Threads


Back
Top