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 tblCollegeSort ( CampusSort, CampusName ) IN 'C:\TEMP\MYOTHERDatabase.mdb'
SELECT tblCollegeSort_Bak.CampusSort, tblCollegeSort_Bak.CampusName
FROM tblCollegeSort_Bak IN 'C:\TEMP\MYOTHERDatabase.mdb'
WHERE (((tblCollegeSort_Bak.CampusSort)=1));