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 Threl

  1. Threl

    Formatting Dropdown Box

    I have tried to create a padding string but it seems select inputs only recognise one space. If I use any other character it works! Any other ideas. i have tried defining the pad string using actual spaces and the character code 32.
  2. Threl

    Formatting Dropdown Box

    Thanks. Had tried adding spaces within the Option statement but not by creating a padding string first. Will give that a go. Should be simple enough because my field data is fixed length.
  3. Threl

    Formatting Dropdown Box

    I am populating a dropdown box by concatenating several fields returned from a recordset, to form each row. I would like each of the fields to appear in a column within the box. e.g I have strText = rs("name") & rs("descrition") & rs("???"). Can anyone advise on how to format so the fields on...

Part and Inventory Search

Back
Top