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 Toggle98_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)
If Me.School_Location = 1 Then
Me.School_onSite_Elementary.Enabled = True
Else
Me.School_onSite_Elementary.Enabled = False
End If
End Sub
[purple]Be more specific about this . . .[/purple]mje397 said:[blue]If user selects 4, [purple]I want to input the text he is typing into the table or else input the number.[/purple]
Plzz help on how to do this[/blue]
[purple]Be more specific about this . . .[/purple]mje397 said:[blue]If user selects 4, [purple]I want to input the text he is typing into the table or else input the number.[/purple]
Plzz help on how to do this[/blue]
Stored in the database where?mje397 said:[blue]If the user selects work, 1 will be stored in the database
if he selects 2 school will be stored[/blue]