Combo box values not on report

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

Guest

On my main client form I have several combo boxes, I have created a couple of reports in place of forms for printing for our hard copy

The values from the combo boxes are not showing up on the reports. When I set up the combo box I set the value to save to the corresponding field in the table. When I look in the table, I can see the number. I don't want to have this report run from a query because when I try to set up a query, the only records which show up are those which contain that combo field. Not all clients need the requirement laid out in those fields etc

What am I doing wrong???
 
Use a query. You can double-click the join line and select the option to
display all the records from your main table.

You can also use combo boxes on your report.

--
Duane Hookom
MS Access MVP


René said:
On my main client form I have several combo boxes, I have created a couple
of reports in place of forms for printing for our hard copy.
The values from the combo boxes are not showing up on the reports. When I
set up the combo box I set the value to save to the corresponding field in
the table. When I look in the table, I can see the number. I don't want to
have this report run from a query because when I try to set up a query, the
only records which show up are those which contain that combo field. Not
all clients need the requirement laid out in those fields etc.
 
The same way you use it on a form. You should be able to copy one from your
form and paste it on your report. I recommend the query method first.
 
Back
Top