MrFox
02-12-2005, 09:41 AM
I have a column selector where the user can move selected column names from a source listbox to the "Columns to be Viewed" listbox. Each listbox item may be moved up or down in postion by the user. My question is, can I change the order in which the columns are displayed after setting the datasource to the recordset to reflect the order of the items listed in the "Columns to be Viewed" listbox?
I feel like I may be stuck with just hiding the unselected coumns by setting the widths to 0...
I feel like I may be stuck with just hiding the unselected coumns by setting the widths to 0...