Hi,
example: some of them giving back a value of "0" while another FALSE.
There are all unbound chkboxes on a form. I checked a 1000 times if the default value of these chkboxes were different (i tried 0 aswel as False) No difference
Im confused. When I thought I got it....
I hope someone has a clearer mind then I have..
this is a part of my code
Dim chkStudent, chkShowgroup As Boolean
Dim chkMonday, chkTuesday, chkWednesday as Boolean
chkStudent = Me!chkStudent.Value
chkMonday = Me!chkMondag.Value
chkTuesday = Me!chkTuesdag.Value
chkWednesday = Me!chkWednesday.value
Please help; this drives me insane
example: some of them giving back a value of "0" while another FALSE.
There are all unbound chkboxes on a form. I checked a 1000 times if the default value of these chkboxes were different (i tried 0 aswel as False) No difference
Im confused. When I thought I got it....
I hope someone has a clearer mind then I have..
this is a part of my code
Dim chkStudent, chkShowgroup As Boolean
Dim chkMonday, chkTuesday, chkWednesday as Boolean
chkStudent = Me!chkStudent.Value
chkMonday = Me!chkMondag.Value
chkTuesday = Me!chkTuesdag.Value
chkWednesday = Me!chkWednesday.value
Please help; this drives me insane