make combo box default last selection

  • Thread starter Thread starter MikeSr
  • Start date Start date
M

MikeSr

I have a combo box that is used to select an email address from my "Contacts"
table. What I would like to do, is to have the selected "Email Address"
become the default value. ( if the default value is the right property)
Also How can I retain this value " default " so that when the access
application is launched, The selected email address is retained?
 
Mike

We may not be sharing the same definition of "default"...

If the last email address selected is the value that is entered every time
the application starts, that's one definition of "default" (i.e., always use
THIS one). Is that what you mean?

Regards

Jeff Boyce
Microsoft Office/Access MVP
 
Jeff,
That is what I mean. Ex: there are 10 email address's in the table. I choose
one of the 10. That now becomes the default email address to use each time
the application is launched, unless I change it.
Hope I clarified things somewhat.
 
Back
Top