Sure!
The two tables I am using:
- Primary datasource name: Contacts (Organization field is a single-line)
- Database to store notes: Notes (Organization is a LookUp field to Contacts database)
Scenario -
1. Main Screen = Has a form that populates based on a dropdown box (dropdown box filters on Organization field in Contacts datasource)
2. On the Main Screen, I have a Navigate button to View/Add Notes for this Organization, which takes users to a new screen (Notes Screen)
Notes Screen -
1. This is where I would like people to view any notes related to the Organization that was filtered from the selection on the Main Screen
2. I would also like to add a button for people to add a new note, including time/date stamp, for this Organization. It would include a submit new note button. Once the submit button is clicked, the new note will be added to the view notes area.
Any help would be much appreciated!
I