Check List Report

  • Thread starter Thread starter JamesJ
  • Start date Start date
J

JamesJ

I want to create a report containing a check list with a check box
on the right side of the check list item so I can check items off from the
printed report.
I've created a table with the item and a yes/no field but the check box for
the yes/no is awfully small.

What is the best way to generate a box next to the item?
Was wondering if anyone had any ideas for me on how to accomplish this.

Thanks,
James
 
James

In your report definition (design view), change the font size of the
checkbox.

Regards

Jeff Boyce
Microsoft Access MVP

--
Disclaimer: This author may have received products and services mentioned
in this post. Mention and/or description of a product or service herein
does not constitute endorsement thereof.

Any code or pseudocode included in this post is offered "as is", with no
guarantee as to suitability.

You can thank the FTC of the USA for making this disclaimer
possible/necessary.
 
Sometimes solutions are so simple it's ridiculous.
I used an unbound text box.
I should have looked on Allen's site to begin with.

Thanks,
James
 
Back
Top