Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
INSERT INTO tblTable IN 'C:\Documents and Settings\My Documents\External.mdb'
SELECT *
FROM tblTable;
[code]
You would change tblTable to the name of your local table and if the name of the table is different in the external mdb, then you would change that tblTable name too.