G
Guest
Hi,
I have to work with Access 2000 and I get an error when trying to set a
checkbox value in the form Load event or when the form is loaded and the user
clicks on a command botton.
' **************************
Me.chkTest.Value = -1
Me.chkTest = -1
Me.chkTest = True
Me.chkTest.Value = False
' **************************
I get the message: Property not defined...
Is it that in Access 2000, one cannot use the .Value property of a checkbox
control?
If that is the case, what is that control doing in the toolbox and how is it
supposed to be used?
Any help will be appreciated.
I have to work with Access 2000 and I get an error when trying to set a
checkbox value in the form Load event or when the form is loaded and the user
clicks on a command botton.
' **************************
Me.chkTest.Value = -1
Me.chkTest = -1
Me.chkTest = True
Me.chkTest.Value = False
' **************************
I get the message: Property not defined...
Is it that in Access 2000, one cannot use the .Value property of a checkbox
control?
If that is the case, what is that control doing in the toolbox and how is it
supposed to be used?
Any help will be appreciated.