How do I create a check box for a parameter query form?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am creating a form to handle my parameter query. I need to have 12 check
boxes. I have done this with list boxes but am unsuccessful with the check
box. When viewing the form, I am not able to check the box. I receive the
meassage,"Control can't be edited; it's bound to unknown field
'[queryname]![fieldname]'." The message appears in the status bar.
 
Back
Top