J
Jonathan Blitz
I have a combo box that displays values from an SQL Server table.
It displays data from a number of columns.
When a value is chosen it displays only the first value in the combo box.
Is there any way to access the other values in the same row or do I have to
perform another select from the database.
The other possibillity would be to display a concatenation of strings in the
combo - but that would be a bit ugly.
Any ideas.
--
Jonathan Blitz
AnyKey Limited
Israel
"When things seem bad
Don't worry and shout
Just count up the times
Things have worked themselves out."
It displays data from a number of columns.
When a value is chosen it displays only the first value in the combo box.
Is there any way to access the other values in the same row or do I have to
perform another select from the database.
The other possibillity would be to display a concatenation of strings in the
combo - but that would be a bit ugly.
Any ideas.
--
Jonathan Blitz
AnyKey Limited
Israel
"When things seem bad
Don't worry and shout
Just count up the times
Things have worked themselves out."