J
Joel
In an After Update VB code i have this:
If Structural = Yes Then (Structural is a checkbox)
Me.[010] = "X"
Else
Me.[010] = ""
End If
It will store the X but if i uncheck the box it wont erase the X.
Any idea?
Thanks!
If Structural = Yes Then (Structural is a checkbox)
Me.[010] = "X"
Else
Me.[010] = ""
End If
It will store the X but if i uncheck the box it wont erase the X.
Any idea?
Thanks!