G
Guest
I have a bound combobox with 5 columns. It is populated with a SQL statement.
Column 1 is bound but not visible (width of 0cm) – unique
Column 2 visible when the combobox is ‘closed’ – not unique
Columns 3 to 5 are only visible when the combobox is ‘open’
The information in column 2 must be read in context with columns 3, 4, and 5.
Next to the bound combobox I want to place unbound text boxes with a DLOOKUP
as the control source. These unbound test boxes will display the contents of
columns 3, 4, and 5.
I need to do my first DLOOKUP using column 1 of the combobox (the bound
column which is not visible but is unique). Column 2 (the visible column) is
not unique.
How do I get the value of the hidden bound column in the combobox?
Thanks for any help.
Seth
Column 1 is bound but not visible (width of 0cm) – unique
Column 2 visible when the combobox is ‘closed’ – not unique
Columns 3 to 5 are only visible when the combobox is ‘open’
The information in column 2 must be read in context with columns 3, 4, and 5.
Next to the bound combobox I want to place unbound text boxes with a DLOOKUP
as the control source. These unbound test boxes will display the contents of
columns 3, 4, and 5.
I need to do my first DLOOKUP using column 1 of the combobox (the bound
column which is not visible but is unique). Column 2 (the visible column) is
not unique.
How do I get the value of the hidden bound column in the combobox?
Thanks for any help.
Seth