Inserting a blank "check box" on a report

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

Guest

I'm designing a response card for a mailing and I need to include some check
boxes next to some text boxes. How can I do it, short of adding an empty
text box (and tiny!) with its border set to solid.

Jerry
 
JWCrosby said:
I'm designing a response card for a mailing and I need to include some check
boxes next to some text boxes. How can I do it, short of adding an empty
text box (and tiny!) with its border set to solid.


Actually, using text boxes is the recommended approach.
 
Text boxes are simple enough.

If you want something a bit more snazzy, you could use a character from the
Wingdings font in the Caption of a label.
 
I know really tinny text boxes are recommended, but getting them to look
proper is difficult. We create a constant "false" field in the query and
link it to a checkbox control on the report. If we have multiple checkboxes,
we link the same query field to all controls. We tried having an unbound
checkbox, but could not get rid of the gray hue, so the constant false query
field took care of it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top