G
Guest
What am I doing wrong? I cant seem to display the
selected column in my combo box. The combo box displays
the left most visible column only even though all four
columns are visible.
Column Count = 4
Column Width = Blank (or 2.0;2.0;2.0;2.0)
Row Source Type = Table/Query
Row Source = SELECT [id], [firstname], [surname], [phone]
FROM customer ORDER BY [firstname];
Bound Column = (It does not matter what I choose the
first visible column is displayed- values 1,2,3,4)
Thanks Clive
selected column in my combo box. The combo box displays
the left most visible column only even though all four
columns are visible.
Column Count = 4
Column Width = Blank (or 2.0;2.0;2.0;2.0)
Row Source Type = Table/Query
Row Source = SELECT [id], [firstname], [surname], [phone]
FROM customer ORDER BY [firstname];
Bound Column = (It does not matter what I choose the
first visible column is displayed- values 1,2,3,4)
Thanks Clive