you can select as many option as you want using check box. below is how to use check box:
- select check box
- draw as many as you want
- double-click on the on the checkbox and type
check1.caption="checked"
else
check1.value="unchecked"
end if
Where check is the name of your checkbox
Thanks for the post it really helped.
ReplyDelete