Default value for list box?? (1 Viewer)

S

shadowcaster007

Guest
I have a couple of list boxes, the first value is the default 95% of the time. Is there any way to make that value the default?
It would be great if all the user had to do is tab on and off of the list instead of having to select the same value over and over.

Thanks
 

llkhoutx

Registered User.
Local time
Today, 10:21
Joined
Feb 26, 2001
Messages
4,018
Set and got to a bookmark at the first record in the listbox.
 

Atomic Shrimp

Humanoid lifeform
Local time
Today, 16:21
Joined
Jun 16, 2000
Messages
1,954
I'm not sure if this is what you're asking, but with a combo or list box, if you put:
[ComboOrListBoxName].[ItemData](0)
into the Default Value property of the combo/list box, it will default to the first row.

Mike
 

Users who are viewing this thread

Top Bottom