Hello again !
Is it possible to have custom Column Heads in a ListBox (ComboBox) ?
I have a ListBox bounded to a table (if necessary I can bound it to a query).
One field (or ListBox column) is for prices.
This prices (all of them) can be either in European money (Euro) either in Romanian money (Lei).
If the prices use Euro or Lei, is the user choice and, of course, this information is stored somewhere in the database.
So, is it possible to have custom head for the column in my ListBox like "Price [Euro]" if Euro is used or "Price [Lei]" if Lei is used ?
Thank you !
Is it possible to have custom Column Heads in a ListBox (ComboBox) ?
I have a ListBox bounded to a table (if necessary I can bound it to a query).
One field (or ListBox column) is for prices.
This prices (all of them) can be either in European money (Euro) either in Romanian money (Lei).
If the prices use Euro or Lei, is the user choice and, of course, this information is stored somewhere in the database.
So, is it possible to have custom head for the column in my ListBox like "Price [Euro]" if Euro is used or "Price [Lei]" if Lei is used ?
Thank you !
Comment