batwings
03-01-2008, 10:08 PM
Hi there
Is it possible to change the ColumnCount of a combobox using VBA?
I want to have the Filter2 combobox listed below to use the column to it's right to give me the "Description" of the Item that is selected in the Filter2 and then this text will be output to my report as below...
Reports![rptFilterDetail].txtReportTitle.Value = _
"System: " & Me.Filter1.Value _
& vbCrLf & "Subsystem: " & Me.Filter2.Value _
& vbCrLf & "Description: " & Me.Filter2.Value
Many thanks
Batwings
Is it possible to change the ColumnCount of a combobox using VBA?
I want to have the Filter2 combobox listed below to use the column to it's right to give me the "Description" of the Item that is selected in the Filter2 and then this text will be output to my report as below...
Reports![rptFilterDetail].txtReportTitle.Value = _
"System: " & Me.Filter1.Value _
& vbCrLf & "Subsystem: " & Me.Filter2.Value _
& vbCrLf & "Description: " & Me.Filter2.Value
Many thanks
Batwings