M
mike
Hi all,
I'm trying to find out how I can access a table in another
access database using graphical interface(GUI). I know it
starts with the following code:
Dim Rd As DAO.Database
Set Rd=CurrentDB
If I want to access a table, lets say firstname, in
test.mdb. How do I do it?
Thanks,
mike
I'm trying to find out how I can access a table in another
access database using graphical interface(GUI). I know it
starts with the following code:
Dim Rd As DAO.Database
Set Rd=CurrentDB
If I want to access a table, lets say firstname, in
test.mdb. How do I do it?
Thanks,
mike