unclesvenno
Programmer
Can anyone tell me if it's possible (and of course how to do it) to have adjustable column widths in a listbox. For example I am outputing a query to a listbox :
DoCmd.OpenForm "frmForm1"
Forms!frmForm1!lsbListBox1.RowSource = "Query1"
The resulting query has 4 columns which I would like to allow the user to adjust with their mouse.
Thanks again,
Uncle Svenno
DoCmd.OpenForm "frmForm1"
Forms!frmForm1!lsbListBox1.RowSource = "Query1"
The resulting query has 4 columns which I would like to allow the user to adjust with their mouse.
Thanks again,
Uncle Svenno