P
peashoe
I have an option group with radio buttons Yes/No with a textbox next to
Yes
I need to add a Before Update event to say:
if txtbox <> "" then
YES
end if
the problem is - yes = chkYes and no=chkNo within the group. How do I
assign it to yes automatically if they enter something in the textbox?
Thanks in advance
Lisa
Yes
I need to add a Before Update event to say:
if txtbox <> "" then
YES
end if
the problem is - yes = chkYes and no=chkNo within the group. How do I
assign it to yes automatically if they enter something in the textbox?
Thanks in advance
Lisa