Jacob-
Well.. for that code to work for you, you need a checkbox named checkbox, a
listbox named listbox and a label named label on a form. Otherwise, you'll
have to modify the code to fit your object names.
Put the code in the checkbox_click event in the forms module. Just double
click the checkbox in design mode and goto the event tab, select [Event
Procedure] and click the [...] box to bring up the code window.
HTH
Matt
Jacob said:
Matt, which property should I place this in? I tried it in the ONCLICK and
that did not seem to work.