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.
Private Sub txtDemo_Click()
txtDemo.BackColor = RGB(255, 255, 0)
End Sub
Me.Detail.BackColor = 1234567
or
Me.Detail.BackColor = RGB(100, 100, 100)