christheprogrammer
Programmer
Hi
I have 4 checkboxes inside an option group. Only one may be chosen. This code is not correct:
if not isnull(Check10) and Check10 = True then
call build_function(x)
end if
Etc, the same for all four boxes.
My Question is what is wrong with this?
Thanks all
Chris
I have 4 checkboxes inside an option group. Only one may be chosen. This code is not correct:
if not isnull(Check10) and Check10 = True then
call build_function(x)
end if
Etc, the same for all four boxes.
My Question is what is wrong with this?
Thanks all
Chris