L
Luciano
Hi,
I have an Access -application that runs with not-linked tables. I wish to
have a bac-end front-end use of my database.
I have written some code to open my local tables, something like
Set ws = DBEngine.Workspaces(0)
Set db = DBEngine.Workspaces(0).Databases(0)
Set tbRegios = db.OpenRecordset("tblRegios", DB_OPEN_TABLE)
I created a back-end database containing all my linked tables (with the
Split-Wizard). How may I modify my VBA-code to approach these tables?
I have an Access -application that runs with not-linked tables. I wish to
have a bac-end front-end use of my database.
I have written some code to open my local tables, something like
Set ws = DBEngine.Workspaces(0)
Set db = DBEngine.Workspaces(0).Databases(0)
Set tbRegios = db.OpenRecordset("tblRegios", DB_OPEN_TABLE)
I created a back-end database containing all my linked tables (with the
Split-Wizard). How may I modify my VBA-code to approach these tables?