Checkboxes and Reports

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

Guest

I was looking over the past post to find some information, I found the same
question, but no one answered it.

I have a report that the checkboxes from the form does not appear on the
report. It does not matter what state the checkbox is in, it will not appear
on the report. Any Idea of what I am doing wrong?
 
I was looking over the past post to find some information, I found the same
question, but no one answered it.

I have a report that the checkboxes from the form does not appear on the
report. It does not matter what state the checkbox is in, it will not appear
on the report. Any Idea of what I am doing wrong?

No idea, since we have no way to know what you're doing!

A Report is NOT based on a Form, though. It's based on a Table or a
Query (as is the Form). You'ld use the Form as a tool to enter data
into the Yes/No fields in the table, and base the Report on the table;
if the fields are unbound checkboxes on the form, or if the Report
doesn't include those table fields in its recordsource, you'll not see
them. What is the Report's Recordsource property? Does that object
(query or table) contain the fields that you want to see?

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