This may cover a couple topics, but I'm not sure of the language to describe what I'm looking to do to search.
I have a form (Form A) that was built on a SharePoint List (SharePoint List A). When submitted, the information is logged in SharePoint List A. I have a second form (form B) that I would like to have use responses submitted to SharePoint List A to populate this form (form B) (and thus a SharePoint List B).
For example, form A has an ID # associated with it. I am able to query that ID # from SharePoint List A to populate a drop down in form B, but I am not able to use that drop down selection as a filter for other fields later in form B. Do I need to create an intermediary list that creates "linked" fields (like a cascading drop down)? If so, how do I do this when data is going to be consistently added to SharePoint List A via submitted form As?
Ultimately, I am trying to reduce entering the same data across forms that happen in succession by porting in submitted information from form A into form B via filtering.