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 cat As ADODB.Catalog
Set cat = New ADODB.Catalog
Set cat.ActiveConnection = <Some Connection Object>
cat.Tables("myTable").Fields("myField").Properties("Default") = Var