ChrisNewsome
7 years agoQrew Captain
Need to have 2 fields that pull from the same related table on 1 form
OK so I have an interesting question here. We build and install custom closets. We'd like to track our installations so we can see how many trips we make to a job, and which installer(s) were on the jobs, and the value of those jobs installed. Here's how it's setup:
I have a table called "Opportunities" for the job itself. This tracks value, etc.
I have a table called "Installs" to track the number of trips to the job.
I have a table called "Installers" to track my employees.
Relationships:
Many installs - 1 opportunity
Many Installs - 1 Installer
(maybe I need many to many?? Don't quite know how to do that)
I'm currently pulling in field for the installer's name to the "Installs" form. There are times I might send more than 1 installer to a job, so I need to be able to select more than 1. I made a table for them so that I could globally add and remove installers. There is a field called "Status" with a choice for "Active" or "Inactive" for the installer.
So on my installs form, if I make 2 fields to select the installer, it will correct both fields to read the same name since I am pulling from the same table / field. I'd also like to limit the list to installers who are only listed as "Active." I've run through all my knowledge on this and came up very short. Anyone out there able to help?
I have a table called "Opportunities" for the job itself. This tracks value, etc.
I have a table called "Installs" to track the number of trips to the job.
I have a table called "Installers" to track my employees.
Relationships:
Many installs - 1 opportunity
Many Installs - 1 Installer
(maybe I need many to many?? Don't quite know how to do that)
I'm currently pulling in field for the installer's name to the "Installs" form. There are times I might send more than 1 installer to a job, so I need to be able to select more than 1. I made a table for them so that I could globally add and remove installers. There is a field called "Status" with a choice for "Active" or "Inactive" for the installer.
So on my installs form, if I make 2 fields to select the installer, it will correct both fields to read the same name since I am pulling from the same table / field. I'd also like to limit the list to installers who are only listed as "Active." I've run through all my knowledge on this and came up very short. Anyone out there able to help?