Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access VBA Modules
Run query to feed combo box
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="John W. Vinson, post: 13778829"] There is no need to *run* the query using RunSQL or the .Execute method. Simply set the combo box's RowSource property to the SQL string. In fact, it's probably not necessary to do even that; you can base the second combo box on a Query referencing the first combo box as a criterion: =Forms!YourFormName!FirstComboName and Requery the second combo in the AfterUpdate event of the first. [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Access
Microsoft Access VBA Modules
Run query to feed combo box
Top