G Guest Mar 2, 2005 #1 How do I get my names from a combo box to display on a report. Only the ID# are displaying in the report.
How do I get my names from a combo box to display on a report. Only the ID# are displaying in the report.
M [MVP] S.Clark Mar 2, 2005 #2 The same way that you got them to show on the form. Change the row source to include the names column and hide the hide column. Or Just add the names as new field to the reports recordsource, and display in the report instead of the ID column.
The same way that you got them to show on the form. Change the row source to include the names column and hide the hide column. Or Just add the names as new field to the reports recordsource, and display in the report instead of the ID column.
J John Vinson Mar 2, 2005 #3 How do I get my names from a combo box to display on a report. Only the ID# are displaying in the report. Click to expand... Base the Report on a Query joining its table to the name table, and select the name rather than the ID field. John W. Vinson[MVP]
How do I get my names from a combo box to display on a report. Only the ID# are displaying in the report. Click to expand... Base the Report on a Query joining its table to the name table, and select the name rather than the ID field. John W. Vinson[MVP]