Can I make the first row in a list box blank?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fish919
    New Member
    • Mar 2008
    • 8

    Can I make the first row in a list box blank?

    Hi everybody,
    Can I make the first row in a list box blank?
    The list box field comes from tables. That gets called from the row source.
  • wolfsbane
    New Member
    • Feb 2008
    • 5

    #2
    Hey, I am pretty new to VB myself but I believe that you could perhaps add a
    listboxname.ite ms.Insert(0,"") after the list has been populated on your form and that would insert a blank line on the first index of your list box.

    Comment

    Working...