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.
Me("txtBox" & TextB).Visible = True
Me("txtBox" & TextB).Controls(0).Caption = rsVar!Variable
Me("txtBox" & TextB).Controls(0).Visible = True
Set ctl = Me("txtBox" & TextB)
Set ctlLabel = Me("txtBox" & TextB).Controls(0)
'ctlLabel.HyperlinkAddress = "http:\\ww.google.com"
Me("txtBox" & TextB).Value = GetAnswer(rsVar!Variable)
TextB = TextB + 1
Me("txtBox" & TextB).Visible = True
Me("lblBox" & TextB).Caption = rsVar!Variable
Me("lblBox" & TextB).Visible = True
Set ctl = Me("txtBox" & TextB)
Set ctlLabel = Me("lblBox" & TextB)
ctlLabel.HyperlinkAddress = "http:\\ww.google.com"
Me("txtBox" & TextB).Value = GetAnswer(rsVar!Variable)
TextB = TextB + 1