Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Forms Programming / January 2007

Tip: Looking for answers? Try searching our database.

combo lostfocus

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Torilyn73 - 28 Jan 2007 00:51 GMT
I need someone to please walk me thru how to set this even. I have a
combo box and I want it to return to the default value when the user
clicks somewhere else...be it in the form or another program. I have
no clue how to do this. Can someone please walk me thru this. I can
provide you with whatever information you need.

Thanks!
Jonathan - 28 Jan 2007 09:44 GMT
Hi Torilyn,
You could consider using the combobox_exit event. In design view, select the
control's exit event from the list of event properties. Click the build
button (...) and then use the following example code.

private sub myCombobox_exit()
with myCombobox
.value=.default
end with
end sub

Signature

Luck
Jonathan Parminter

> I need someone to please walk me thru how to set this even. I have a
> combo box and I want it to return to the default value when the user
[quoted text clipped - 3 lines]
>
> Thanks!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.