reverentcreature
New member
- Local time
- Today, 19:36
- Joined
- Dec 6, 2008
- Messages
- 8
Hi all
,
Im making a database to log and close down calls for a security company. I have a closedown form for the Jobs table for entering the job details and subform on this for the JobParts which links the Parts to the job so that quantity and price etc can be added.
Currently you can type in the PartID into this subform to pull in a Part that was fixed/installed but my friend would like to be able to filter the PartMake field and then select a PartModel. Both make and model are fields in the Parts table so I can add them to the subform without any problems. But Im not sure how to get them to filter correctly. I may be missing something obvious.
I have looked around and seen examples of queries and even considered making new table and relationship called Manufacturer (which might contain the make) but I think this might be an overkill. Im pretty sure I need to make combo boxes but Im not sure how.
Has anyone set up filtering or used combo boxes to add records to subform before?
Im making a database to log and close down calls for a security company. I have a closedown form for the Jobs table for entering the job details and subform on this for the JobParts which links the Parts to the job so that quantity and price etc can be added.
Currently you can type in the PartID into this subform to pull in a Part that was fixed/installed but my friend would like to be able to filter the PartMake field and then select a PartModel. Both make and model are fields in the Parts table so I can add them to the subform without any problems. But Im not sure how to get them to filter correctly. I may be missing something obvious.
I have looked around and seen examples of queries and even considered making new table and relationship called Manufacturer (which might contain the make) but I think this might be an overkill. Im pretty sure I need to make combo boxes but Im not sure how.
Has anyone set up filtering or used combo boxes to add records to subform before?