Drop down list box

A

Alex

Hi All,

I have a drop down list box that I am populating from a
db, it works however is it possible to enter a 'first'
value so it doesn't appear blank at form load up??
 
J

Jan D'Hondt

You could change the default setting for the field in the main
datasource, that is bound to the listbox, with one of the values of
the secondary data source that populates your listbox.

Jan D'Hondt
 
A

Alex

Worked a treat...Thanks!

-----Original Message-----
You could change the default setting for the field in the main
datasource, that is bound to the listbox, with one of the values of
the secondary data source that populates your listbox.

Jan D'Hondt

"Alex" <[email protected]> wrote in
.
 
Top