B
Byron
Is there a way to check the value of a checkbox that
exists as a forms checkbox using VBA?
Thanks for any help.
Byron
exists as a forms checkbox using VBA?
Thanks for any help.
Byron
you're checking outside the scope of the form, e.g.:-----Original Message-----
You may also preced the check box with the form name, if