Hi,
If you only want the name to show up once in the combo box, even though it appears many times in table, in form design mode, double click the combo box and on the Properties dialog box, select the data tab. Then click the ... to the right of the query, and in query design view, right click the query and in ITS properties dialog box, select Unique Value = Yes.
This may not work if the combo box is binding on a primary key in tblmain.
If you don't want the Name of the Program to appear in each record on the report, delete the field from the detail section of the report, and add it to the report header.
HTH
mmcdonal
|