Hiya,
On second thoughts it doesnt seem to be working. I can change the checkbox but when I want to update the value through code it doesnt seem to work. My code is as follows:
Code:
If Forms!frmInfoChange.chkStaff = True Then
Forms!frmInfoChange!Staff = 1
Else
Forms!frmInfoChange!Staff = 0
End If
I have also read this somewhere that this could be a problem with Office SP3, has anyone had similar problems?
Thanks