FMS Home Page FMS, Inc.
Microsoft Access Form Selecting the First Item in a ComboBox or ListBox

FMS Development Team Blog

Exploring the Latest in Application Development

About FMS

FMS, Inc. is software development company in Tyson's Corner, VA.
E-mail usSend mail

Recent comments

© Copyright 2013 FMS, Inc.

Microsoft Access Form Selecting the First Item in a ComboBox or ListBox

When working with ComboBoxes and ListBoxes, we often find the need to select the first item in the list by default. This can be done when the form loads, or when the rowsource values of the ListBox or ComboBox are changed.

We've written a new paper containing an explanation and sample database of how to do this with the ItemData(0) property.

Our example database contains a form with a ComboBox containing ProductCategoties, and a ListBox containing Products.

Select the first item in a Microsoft Access combo box

When the form loads, it selects the first Category in the list. When the Category is changed, the Products list is updated, and the first product is selected.

To learn more, read our tip on Microsoft Access Forms: Selecting the First Item in a ComboBox or ListBox and download our sample database. 

Currently rated 1.7 by 135 people

  • Currently 1.65185/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by Molly on Monday, March 26, 2012 8:30 AM
Permalink | Comments (0) | Post RSSRSS comment feed