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.
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.