A
Afrosheen
I believe I have some drain bamage. I'm trying to code a section where if
this item is true in table 1 then add a check to a field in table 2. Here's
the code
Private Sub trainer_Click()
If trainer = True Then
Me.tbl_training [check] = True
Else
Me.tbl_training [check] = False
End If
End Sub
The trainer field is in the active table called roster.
Thanks for the help
this item is true in table 1 then add a check to a field in table 2. Here's
the code
Private Sub trainer_Click()
If trainer = True Then
Me.tbl_training [check] = True
Else
Me.tbl_training [check] = False
End If
End Sub
The trainer field is in the active table called roster.
Thanks for the help