How do I get a checkbox to print out on paper?
How do I get a checkbox control to print out on paper and look like it does on the form (like a square with/without a check in it)? I'm not using printform, I'm using printer.print etc. When I try printer.print checkboxname, it just prints out the value (0 or 1).
Re: How do I get a checkbox to print out on paper?
When you just use a checkboxes name anywhere, vb replaces it with the value of the default member, in this case value. You'd need to print out a screen shot probably.