Results 1 to 3 of 3

Thread: Adding to Combo Box?

  1. #1
    Join Date
    Jan 2003
    Location
    El Paso, Texas
    Posts
    2

    Adding to Combo Box?

    I created a combo box in a form with 4 selections and now need to add a fifth choice. Is there a way to do it without creating a new box? I want to type in my own, not select from another source.

    Barbara Shaw

  2. #2
    Join Date
    Nov 2002
    Location
    DE
    Posts
    246
    * Goto the design view of your form
    * Right-Click on the ComboBox and select Properties
    * On the Properties Window go to the "Data" tab
    * In the "Row Source" property you should see your existing values, e.g.:
    ItemA;ValA;ItemB;ValB

    Add additional Values in accordingly

  3. #3
    Join Date
    Jan 2003
    Location
    El Paso, Texas
    Posts
    2
    Thanks for the speedy reply. This worked!

    Barbara Shaw

    Originally posted by andi_g69
    * Goto the design view of your form
    * Right-Click on the ComboBox and select Properties
    * On the Properties Window go to the "Data" tab
    * In the "Row Source" property you should see your existing values, e.g.:
    ItemA;ValA;ItemB;ValB

    Add additional Values in accordingly

Posting Permissions

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