- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Aug 06, 2024 07:35 AM
I have a database where the first table is the registrations, then I have four more tables with their own forms. I want people that registered in the first one, to find their name in the other forms instead of filling it out again. So what I need is for the the name of the records from the first table (registration), to automatically populate a dropdown menu in the other four forms. Do you know an automation to do that?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Aug 06, 2024 03:36 PM
Hiya! Use the "Link to another Record" field. This will allow users to find and select records they already have made in another table.
Let me know if this helps
Justin Ng
Programme Coordinator at Sistema Aotearoa
https://www.sistemaaotearoa.org.nz/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Aug 06, 2024 03:36 PM
Hiya! Use the "Link to another Record" field. This will allow users to find and select records they already have made in another table.
Let me know if this helps
Justin Ng
Programme Coordinator at Sistema Aotearoa
https://www.sistemaaotearoa.org.nz/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Sep 27, 2024 03:18 AM
Thank you! It worked by Linking it to another record!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Oct 20, 2024 12:51 AM - edited ‎Oct 20, 2024 12:53 AM
yes we know, you can contact to us
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎Nov 02, 2024 01:42 AM
Use Foreign Keys (SQL Database): Link tables with foreign keys so each form’s dropdown pulls names from the registration table.
Airtable/Notion: Use Linked Records in Airtable or Relations in Notion to automatically pull names from the registration table into dropdowns in other forms.
Google Sheets + Forms: Use Google Apps Script to pull names from the registration sheet and auto-update dropdowns in your Google Forms.
For more tech tips, check out pupfeast.com