
Attaching Access Table in external database
I have an Access 2.0 database and one of its tables is actually an
attached table in another Access 2.0 database (the attachment was done
with Access). How can I use it in VB? I have tried everything the manuals
say (and they don't say much at all) and nothing works. I can't use
"OpenTable" either.
The funny thing is that SQL queries work with this attached table just
fine. I can't, however, constract a Table object from it and use it like
all others.
What am I missing?
Thanks in advance!
Peter Antypas