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 MyDB As Database
Set MyDB = CurrentDb()
MyDB.Execute "CREATE TABLE TestTable (Col1 TEXT(50), Col2 TEXT(50))"
MyDB.Close
CurrentDb.TableDefs("TestTable").Fields("Col1").DefaultValue = "HarleyQuinn