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 / Queries / May 2006

Tip: Looking for answers? Try searching our database.

select query?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Joe Leon - 28 May 2006 14:56 GMT
I need to come up with a way that from a drop down list when the user makes a
selection, the next drop down list, lists only a group of choices that can be
picked.
For example the first drop down list has:
HP
Tektronix
TI
The second drop down list looks at a table that has the following data:
1
2
3
4
5
6
7
8
9
When I select Tektronix from the first drop down list, the second drop down
list will display only:
3
5
7
8
Now the user can select one of the 4 choices given.

Thanks,
Joe...

Ofer Cohen - 28 May 2006 16:21 GMT
One way in this link
http://www.databasedev.co.uk/filter_combo_boxes.html

Another way is to create a criteria in the second combo that refer to the
first combo.
The RowSource of the second combo will look like
Select FieldName From TableName Where Field2Name =
Forms![FormName]![Combo1Name]

On the After update event of the first combo you need to refresh combo 2
Me.[Combo2name].Requery

Signature

Good Luck
BS"D

> I need to come up with a way that from a drop down list when the user makes a
> selection, the next drop down list, lists only a group of choices that can be
[quoted text clipped - 24 lines]
> Joe...
>  
 
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.