J
Jaden
I have a BE db secured by a workfile (I have the user/pwd). I need to link
tables in that db to my FE (unsecured). I am only reading this data - my main
BE data is also in a BE db (unsecured).
From the posts I have been reading, it would appear that there is no way to
simply link a table in the secured BE database... is that so? All I have read
so far says that I need to open each table (in the BE) as a recordset and
then copy all of the data in it into an array. Since the data in a couple of
the tables is rather large, I would like to avoid this if at all possible.
Any help? Thanks!
tables in that db to my FE (unsecured). I am only reading this data - my main
BE data is also in a BE db (unsecured).
From the posts I have been reading, it would appear that there is no way to
simply link a table in the secured BE database... is that so? All I have read
so far says that I need to open each table (in the BE) as a recordset and
then copy all of the data in it into an array. Since the data in a couple of
the tables is rather large, I would like to avoid this if at all possible.
Any help? Thanks!