Why do checkmarks not show when printing an Access form?

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

Guest

We are printing a copy of the form after entering the data. After setting up
a new printer, it is not printing all of the data entered into the form.
Particularly the checkmarks in the Yes/No boxes -the text prints fine.
 
HCD,
Check the Display When property of each check box, and make sure it's set for
"Always"... and not Screen Only.

--
hth
Al Campagna . Candia Computer Consulting . Candia, NH USA
Microsoft Access MVP
http://home.comcast.net/~cccsolutions

"Find a job that you love, and you'll never work a day in your life."
 
We are printing a copy of the form after entering the data. After setting up
a new printer, it is not printing all of the data entered into the form.
Particularly the checkmarks in the Yes/No boxes -the text prints fine.

I'd suggest saving the Form as a Report and printing *that* (using a
criterion to select just the current record, either by basing the
report on a query referencing the form or in the WhereCondition
argument of the OpenReport VBA code). Forms are not optimized for
printing.

John W. Vinson [MVP]
 

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