Hello I’m kind of new to Access I have a question on a form
I’m developing, the form contains fields:
1-Job# (has a look out list based on a query)
2- Trade (this field has a list; the options are Plumbing, Sheet metal, and Hydronicks)
3-Phase (here is where I need a drop list based on the previous inputs)
4-Task (same here)
My question is how I make a relationship based on the first and the second field imputes to generate a list for the Phase and Task that relates to the Job and trade. Each job has different phases and tasks by trade.
Where by the job# and trade will only limit input on field 3 and 4 relative to that job# and trade
The phase and task by job# information is in a different table.
I have created a query to pull a look up field for the Job#.
I’m developing, the form contains fields:
1-Job# (has a look out list based on a query)
2- Trade (this field has a list; the options are Plumbing, Sheet metal, and Hydronicks)
3-Phase (here is where I need a drop list based on the previous inputs)
4-Task (same here)
The phase and task by job# information is in a different table.
I have created a query to pull a look up field for the Job#.