T
Tatakau
I am trying to check the status of a check box in VB code - is the box on the
form checked, or unchecked?
Pseudocode... - if (DateCheckBox = checked) then
Also, on the side, what is the difference between something like
'Me.DateCheckBox' or just 'DateCheckBox' - what is this 'Me." stuff, and are
there any other prefixes that refer to other access objects?
Thanks,
Nick
form checked, or unchecked?
Pseudocode... - if (DateCheckBox = checked) then
Also, on the side, what is the difference between something like
'Me.DateCheckBox' or just 'DateCheckBox' - what is this 'Me." stuff, and are
there any other prefixes that refer to other access objects?
Thanks,
Nick