Access MVP (2010-2015)

oOo.oOo.oOo.oOo.oOo.oOo

Set Default Value on List Box

You have List Box and you want the first item to be selected…

For VBA use… Me.lstActivities.DefaultValue = Me.lstActivities.ItemData(0)

or

In the Properties window, on the Default Value line, of the List Box use…

 4,163 total views

 4,163 total views