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.
Set cn= New ADODB.Connection
cn.Open "Driver={Microsoft dBASE Driver (*.dbf)};" & "DriverID=277;" & "Dbq=d:\PerCap1;"
Dim rs As ADODB.Recordset
Set rs = New ADODB.recordset
rs.ActiveConnnection = cn
rs.Open "SELECT * FROM PerCap1"