D
darien.watkins
I've been searching through the groups for ways to solve this, but I'm
not getting it somehow.
I have a combobox with an SQL rowsource and what I want to do it set
the default value to the first item in the rowsource. Nothing I do
seems to help.
I've tried :
=Me!lstTerminal.ItemData(0) in the default property
=Me.lstTerminal.ItemData(0) in the default property
I've tried placing Me.lstTerminal.DefaultValue =
Me.lstTerminal.ItemData(0) as a form property for GotFocus.
I'm out of ideas, whenever i bring up my form, it's blank until I
select
Any thoughts?
Darien
not getting it somehow.
I have a combobox with an SQL rowsource and what I want to do it set
the default value to the first item in the rowsource. Nothing I do
seems to help.
I've tried :
=Me!lstTerminal.ItemData(0) in the default property
=Me.lstTerminal.ItemData(0) in the default property
I've tried placing Me.lstTerminal.DefaultValue =
Me.lstTerminal.ItemData(0) as a form property for GotFocus.
I'm out of ideas, whenever i bring up my form, it's blank until I
select

Any thoughts?
Darien