printing forms with list boxes

C

cindy

How do I prevent a form list box from "blacking out" the selection when it
prints? I've used the form to populate a table, and now I want to print the
selected record. When it prints the selection in that field is blacked out.
I want the text of what I've selected in the list box to print. How do I do
that?

Thanks for your help,
 
R

Rick B

By printing a report.

Forms are not designed for printing. Forms are made for data entry, or for
viewing or modifying records.

When you want to print data in Access, you create a report.
 
Top