I think I may have a rather complex problem. Here's what I've done:
Step 1 - Main Screen (Contacts list),
Edit/view form (Form1) using a dropdown menu (OrgDropDown) from Contacts list; users select an Organization name from the OrgDropDown menu to populate Form 1.
Step 2 - Notes Screen (Notes list), gallery form for users to see notes from prior visits to the Organization that was selected in OrgDropDown on the main screen, which uses Contacts list.
Step 3 - I need users to be able to add new note through a form that will save in the Notes list based on the organization that was selected from OrgDropDown on main screen Contacts list.
Contacts list: Organization field is single-line text field
Notes list: Organization is a LookUp field from Organization in Contacts list
How do I do step 3?