S
ScottA
I've been able to print parameters on my reports when the
parameters are passed using text boxes (on a form).
I've got a vew QBFs with combo box controls. When I try
to print these parameters on the report, I only get the
numbers, and not the lookup values displayed in the combo
boxes.
Here's a sample of what I mean:
I've got a control on the report with Control Source=
[Forms]![dlgDateParameter2]![cboDept]
But the unbound combo control that provides the data has a
Row Source that looks up the values from another table,
Row Source = SELECT [tblDepartments].[DeptID],
[tblDepartments].[DeptCode] FROM [tblDepartments]
Any Ideas?
Thanks,
Scott
parameters are passed using text boxes (on a form).
I've got a vew QBFs with combo box controls. When I try
to print these parameters on the report, I only get the
numbers, and not the lookup values displayed in the combo
boxes.
Here's a sample of what I mean:
I've got a control on the report with Control Source=
[Forms]![dlgDateParameter2]![cboDept]
But the unbound combo control that provides the data has a
Row Source that looks up the values from another table,
Row Source = SELECT [tblDepartments].[DeptID],
[tblDepartments].[DeptCode] FROM [tblDepartments]
Any Ideas?
Thanks,
Scott