transferring a check box from form to report

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

Guest

I have several check boxes set up in a form and now I am trying to create a
report. On the report I have some of the same check boxes but I want them to
fill in automatically if they were checked on the form. How do I tell the
report to do this?
 
Are they bound to a record? If so, did you save the record before running
the report. If not, what are these? A few more details please.
 
Yes they are bound to a record and yes the record was saved before running
the report. On the report I actually want the check boxes to show up and if
the box was checked on the form then I need a way to tell it (I assume in the
control source) to check the box on the record. Just guessing that I would
use an IIf statement but I tried it and it didn't work.
 

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