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.
On Error Resume Next
Set fld =
RecordSet
.Fields("
FieldName
")
On Error Goto 0
If fld is Nothing Then
' Field does NOT exist
Else
' It does
End If