Dear Community,
I am expecting this is more or less obvious, but I can't figure out how to solve it at the moment.
Mission Statement
- A list full of contacts to be called and asked for an information
- I now want someone to use a form to enter information he found out by contacting these
- Within the form, the user should be able to select one of the locations from the list, add the information and store the entry.
How I built it so far
- Table A for the base data
- Table B for the entered form data
- The lookup field referencing to table a becomes the dropdown.
- User enters additional information and stores it's data.
My challenges
- Was the setup reasonable for the challenge?
- How to work with these tables / re-connect them? For example - how can I find out, which locations were not visited by now? Can I create a new table that adds the added information from table b to the entries fo table a? What is the best practice?