Results 1 to 2 of 2

Thread: Combo Box Question

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2001
    Location
    The Dark Side of the Moon
    Posts
    448

    Combo Box Question

    I'm using a combo box in Access 97, and I was wondering how you have the combo box select and display the first value of the list when the form loads.

    Form loads and it looks like this:

    [ First Item [\/]

    Instead of:

    [ [\/] (Being blank and at value -1 I think)



    Thx

  2. #2
    Serge's Avatar
    Join Date
    Feb 1999
    Location
    Scottsdale, Arizona, USA
    Posts
    2,744
    set the ListIndex property to 0:
    Code:
    ComboName.ListIndex = 0

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width