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

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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???
 
Back
Top