View Full Version : Default value for list box??


shadowcaster007
02-28-2001, 09:28 AM
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
02-28-2001, 09:35 AM
Set and got to a bookmark at the first record in the listbox.

Atomic Shrimp
02-28-2001, 11:16 AM
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