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.
If qqq <> "" Then
Set rs = cnn.Execute("SELECT ARCSP.IDCUST, ARCSP.IDCUSTSHPT " & _
"FROM ARCSP " & _
"WHERE (((ARCSP.IDCUST)='" & qq & "') AND ((ARCSP.IDCUSTSHPT)='" & qqq & "'))")
If rs.EOF Then
nn = nn + 1
ReDim Preserve htst(1 To nn)
htst(nn) = qq
testarray = htst()
msgbox isarray(testarray1)