I'm doing a project in database development which requires to use a list box that will populate from a SQL Server database.
I'm confused on setting up the listbox to have multiple columns that will be populated from a stored procedure within SQL.
I drag and drop the listbox onto the form, size it, change it's property to multi-column, set column width to 10, but don't know what to do next.
The listbox on the form design doesn't show multi-columns.