MontgomeryHepne
6 years agoQrew Cadet
Lookup from a lookup
My title is probably not very accurate, but I was not sure how to phrase my situation.
I am creating an app that is used for Construction job scheduling. I have created a child table [Equipment] another child [Job information] and a parent [Scheduler]. What I am trying to do is look up the equipment type which was created using a Text-multiple choice field. In that I have a list of equipment that can be selected for the particular job. In the Job info table I am doing a lookup that allows the user to select the right equipment. All fine there.From there I want to pass that value into the Scheduler table. When I attempt that look up (from the Job info table) all I get back is a numeric reference. When I create the lookup from Scheduler to Job info it creates a Create schedule option. When I choose that I get the result described above. How do I pull that info over as it is displayed in my Job info table?
I am creating an app that is used for Construction job scheduling. I have created a child table [Equipment] another child [Job information] and a parent [Scheduler]. What I am trying to do is look up the equipment type which was created using a Text-multiple choice field. In that I have a list of equipment that can be selected for the particular job. In the Job info table I am doing a lookup that allows the user to select the right equipment. All fine there.From there I want to pass that value into the Scheduler table. When I attempt that look up (from the Job info table) all I get back is a numeric reference. When I create the lookup from Scheduler to Job info it creates a Create schedule option. When I choose that I get the result described above. How do I pull that info over as it is displayed in my Job info table?