chris-uk-lad
Registered User.
- Local time
- Today, 00:32
- Joined
- Jul 8, 2008
- Messages
- 271
Hi all,
I cant seem to work out how to get a combo box to display a value on loading the form. I want the Name John to be the default value on the list when the form loads up.
I have tried the following to no such luck.
Thanks
I cant seem to work out how to get a combo box to display a value on loading the form. I want the Name John to be the default value on the list when the form loads up.
I have tried the following to no such luck.
Code:
cboName.ListIndex = 0
Me.cboName.DefaultValue = "John"
Thanks