kabir_hussein
Registered User.
- Local time
- Today, 11:01
- Joined
- Oct 17, 2003
- Messages
- 191
Hi i have been using the following code to make a check box tick it self . however it does not seem to work
here is the code i am using, it is basically if the textbox(text19) which is calculated via other textboxes is set to 0 then the checkbox will tick it self to state the order has been complete
Private Sub Text19_Change()
If [order1].Form!Text19 = "0" Then
[order].Form! OrderComplete = True
End If
End Sub
order1 is a sub form of order.
i have also added a screen shot of the form
here is the code i am using, it is basically if the textbox(text19) which is calculated via other textboxes is set to 0 then the checkbox will tick it self to state the order has been complete
Private Sub Text19_Change()
If [order1].Form!Text19 = "0" Then
[order].Form! OrderComplete = True
End If
End Sub
order1 is a sub form of order.
i have also added a screen shot of the form