viennese_finger
New member
- Local time
- Today, 23:57
- Joined
- Nov 21, 2016
- Messages
- 9
Hi - I have a database for Project management and project costing.
Tables are like this:
forms:
frmProject - is from tblProject and is where I enter the project info including SeqKit.
The two parameters of interest are SeqKit and ClusterKit which are fields in tblProject.
I have set SeqKit on frmProject to be a combobox so I can drop down from values from tblSeqKit; this works fine. control = cboSeqKitSelect
Then I want the value set in SeqKit to be used as criteria for filtering the available ClusterKits from tblClusterSeqKits. I see this is as another Combobox but instead of showing all the ClusterKits in the tblClusterSeqKits table, just the ones that match up to the selected SeqKit.
Does that make sense?
I guess it would be some kind of query, but I'm not sure how to configure it.
Any help would be much appreciated.
Thanks for listening,
Matt
Tables are like this:
- tblProject - summarises use of SeqKit and ClsuterKit for each project
- tblClusterSeqKit - relationships between each SeqKit and the appropriate ClusterKits that go with them - there are many ClusterKits for each SeqKit
- tblSeqKit - list of SeqKits, with price and other parameters
forms:
frmProject - is from tblProject and is where I enter the project info including SeqKit.
The two parameters of interest are SeqKit and ClusterKit which are fields in tblProject.
I have set SeqKit on frmProject to be a combobox so I can drop down from values from tblSeqKit; this works fine. control = cboSeqKitSelect
Then I want the value set in SeqKit to be used as criteria for filtering the available ClusterKits from tblClusterSeqKits. I see this is as another Combobox but instead of showing all the ClusterKits in the tblClusterSeqKits table, just the ones that match up to the selected SeqKit.
Does that make sense?
I guess it would be some kind of query, but I'm not sure how to configure it.
Any help would be much appreciated.
Thanks for listening,
Matt