S
Shadow
Hello,
I have two databases and each one contains several
tables, forms.......(database A and database b)
I need to create a recordset of a table in database A while I'm running some
vba codes in a module in database B.
While the following code creates a recordset from a table in current
database, how can I create a recordset from a table in an external database?
set db=currentdb
set rst=db.openrecordset("tblname")
Any kind of help is much appreciated.
Ghalamkari
I have two databases and each one contains several
tables, forms.......(database A and database b)
I need to create a recordset of a table in database A while I'm running some
vba codes in a module in database B.
While the following code creates a recordset from a table in current
database, how can I create a recordset from a table in an external database?
set db=currentdb
set rst=db.openrecordset("tblname")
Any kind of help is much appreciated.
Ghalamkari