So I’ve got a base that I want to run a form out of. The table that the form is within has a link to another table that contains our product inventory, which is selectable within the form.
What I’m trying to do is use a second field, a lookup value as a conditional value to drive the actual questions on the form itself.
Example, first question is what product are you asking about, and lists product #'s. This is the link back to inventory. If the form user selects 11821, the look up value bring in “soap”, so I want to ask them three specific questions.
Any ideas? I’ve tried miniextensions forms to no luck. They can pull the look up value into their form as a read only field, but not base conditional logic off of it.