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 rs = New ADODB.Recordset
With rs.Fields
.Append "Store", adVarChar, 4
.Append "PLU", adDouble
.Append "Description", adVarChar, 25
.Append "Units", adDouble
End With
'... then the records are inserted