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.
Dim db as DAO.Database
Set db = CurrentDB
db.QueryDefs("[i]yourqueryname[/i]").SQL = "Select A.Field1, A.Field2, A.Field3 as " & Me.Label1.caption & ", A.Field4 FROM [i]tablename[/i] as A ORDER BY A.Field1;"
db.close