populating combo box both with a query and value list

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Flo100
    New Member
    • Jun 2007
    • 31

    populating combo box both with a query and value list

    Hi All,

    I have a combobox that I am populating using a query but after that I also want to add just one item at the beginning or the end of this list. Is it possible?

    -Florence
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    You can only do that if the combo box type is value list. If you're using a SQL string you'll have to update the SQL string to reflect your new record source. This doesn't mean that the item will be at the bottom either, it depends on how the SQL string is sorted.

    Comment

    Working...