andymartin3186
New member
- Local time
- Today, 07:57
- Joined
- Dec 10, 2024
- Messages
- 2
Hi
Ive created a database which is a job system
I have a customer table and each customer can have many contacts which are stored in a separate table. The customer form has a subform and this works showing all associated contacts
The issue I have is when it comes to creating a job. The job table pulls through customer name as a dropdown and also contact name as a dropdown along with other job specific fields.
The customer dropdown works fine but the contact dropdown then needs to show only associated contacts for the chosen customer, however it shows the entire contacts table. I have no idea how to do this and despite searching can’t find the name of what this function is. I assume its a query of some sort but need some guidance.
Hope this makes sense
Thanks
Ive created a database which is a job system
I have a customer table and each customer can have many contacts which are stored in a separate table. The customer form has a subform and this works showing all associated contacts
The issue I have is when it comes to creating a job. The job table pulls through customer name as a dropdown and also contact name as a dropdown along with other job specific fields.
The customer dropdown works fine but the contact dropdown then needs to show only associated contacts for the chosen customer, however it shows the entire contacts table. I have no idea how to do this and despite searching can’t find the name of what this function is. I assume its a query of some sort but need some guidance.
Hope this makes sense
Thanks