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 / April 2008

Tip: Looking for answers? Try searching our database.

complex cascading combo boxes multiple criteria.

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Rpettis31 - 22 Apr 2008 06:04 GMT
I have a combo box that lists an item type such as Frame.
The second combo box lists the issue category such as cosmetic
Based on these two critera I would like the issue type pull from the
FrameCosmetic table list.
Al Campagna - 22 Apr 2008 13:10 GMT
Rpettis31,
   In your IssueType combo (ex. cboIssueType) you can use the values from
the two previous combos to filter the cboIssueType records delivered, by the
cboIssueType RowSource query.
   In cboIssueType, your ItemType field would have a criteria of (example)
       =Forms!frmYourFormName!cboIssueType
and
       =Forms!frmYourFormName!cboIssueCategory
as the criteria for the IssueCategory.
Signature

   hth
   Al Campagna
   Microsoft Access MVP
   http://home.comcast.net/~cccsolutions/index.html

   "Find a job that you love... and you'll never work a day in your life."

>I have a combo box that lists an item type such as Frame.
> The second combo box lists the issue category such as cosmetic
> Based on these two critera I would like the issue type pull from the
> FrameCosmetic table list.
 
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.