I have a form that has a combobox. Then on a report I am trying to reference in the control source of a field on the report, that comboboxes 2nd column. (1st column after the key column)
Here is what I'm using but I get a #Name? error in the field:
=[Forms]![frmTimeReportingHeader]![cboProject].[Column(1)]