Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by geetarman

  1. geetarman

    ColumnWidth Property

    Rod, Thank you so much for your insight! You have made my day!!! I did exactly what you told me to do. The module ended up looking like this: [Private Sub Sort_AfterUpDate() If (Sort = 2) Then lstForm.RowSource = "qry_FormsByNumber" Me.lstForm.ColumnWidths =...
  2. geetarman

    ColumnWidth Property

    I have a list box on a form. There are 2 options: Name and Number. Name is the default. When I select Name I get a two column return and that works great. I select Number and that works great.. except, I need the ColumnWidths of the Number option to be reversed. Example: Name = 4.0;0.75;0...

Part and Inventory Search

Back
Top