Opening a recordset

  • Thread starter jbkirby via AccessMonster.com
  • Start date
J

jbkirby via AccessMonster.com

How do you open a recordset where in the table is residing in another MDB
file?
 
J

jbkirby via AccessMonster.com

Before I am using

Set RS = CurrentDb().OpenRecordset(qryTest)

qryTest is a query that gets its record from a linked table.

That is exactly what I want to employ, opening a recordset from a linked
table.
 

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