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 / March 2007

Tip: Looking for answers? Try searching our database.

ComboBox-Event when code or user changes value

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
adrianae@gmx.ch - 20 Mar 2007 15:51 GMT
Hi ng

Is there an Event in the Combobox that is fired even if the user
changes the selected item or if the selected item is changed by code?

What i wanna do is having one place where i can track if the program
changes the selection or the user changes the selected row in a
ComboBox.

Thank you
Adrian
Carl Rapson - 20 Mar 2007 16:21 GMT
Events only fire in response to user-initiated actions (mouse clicks, etc).
If you change the selection programmatically you have to call the
appropriate combo box event yourself. Something like:

 Me.cboComboBox = "Test"
 Call cboComboBox_AfterUpdate

Carl Rapson

> Hi ng
>
[quoted text clipped - 7 lines]
> Thank you
> Adrian
 
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.