J
Jove
Hello experts,
First like to thank PC Datasheet for helping me up to now.
I have next to no knowledge of VB coding or any coding, I
can't seem to make this work.
Can anyone help with coding, I have a form and on enter of
it checks to see if the checkbox named SupCheckbox is null
or not if it has a checkmark than it should enable the
checkbox named BudCheckbox, currently BudCheckbox is
disabled.
I tried the following code on Form's OnCurrent Event I got
error 13.
Me!SupCheckbox.Enabled = Me!BudCheckbox
Sorry if you can please provide details as where and which
Event to best place the code?
Thank YOu in Advance!!
Jove
First like to thank PC Datasheet for helping me up to now.
I have next to no knowledge of VB coding or any coding, I
can't seem to make this work.
Can anyone help with coding, I have a form and on enter of
it checks to see if the checkbox named SupCheckbox is null
or not if it has a checkmark than it should enable the
checkbox named BudCheckbox, currently BudCheckbox is
disabled.
I tried the following code on Form's OnCurrent Event I got
error 13.
Me!SupCheckbox.Enabled = Me!BudCheckbox
Sorry if you can please provide details as where and which
Event to best place the code?
Thank YOu in Advance!!
Jove