How do I access a local table using VB in a split database

G

Guest

Having writen a SELECT to TABLE query I need to access that table using VB
but <Database>.OpenRecordSet(Table) looks for a Table in the remote database
rather than on the local machine. Presumably I need a Local database object?
Having difficulty... Please Help
 
A

Andi Mayer

Having writen a SELECT to TABLE query I need to access that table using VB
but <Database>.OpenRecordSet(Table) looks for a Table in the remote database
rather than on the local machine. Presumably I need a Local database object?
Having difficulty... Please Help

currentdb ????

do you use codedb???
 

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