WindSailor
Registered User.
- Local time
- Yesterday, 18:15
- Joined
- Oct 29, 2003
- Messages
- 239
How do I set a default value for a combo box when closing a form?
I have several filtered combo boxes that work in succession just fine, but I like the idea of changing the default value of those combo boxes to the last value entered so when that individual wouldn't have to go through the sequence again when opening the form.
I have tried:
Me.cb1.SetFocus
Me.cb1.DefaultValue = Me.cb1.Value
with no success...
Is there a way to do this without storing a value?
Thanks
I have several filtered combo boxes that work in succession just fine, but I like the idea of changing the default value of those combo boxes to the last value entered so when that individual wouldn't have to go through the sequence again when opening the form.
I have tried:
Me.cb1.SetFocus
Me.cb1.DefaultValue = Me.cb1.Value
with no success...
Is there a way to do this without storing a value?
Thanks