Skip to main content
Solved

Autocomplete field in table based on another table


Forum|alt.badge.img+3

Hi,

I have two tables that are linked. I have table 1 that consists of the membership information:

  • Email (primary field)
  • Last name
  • First name
  • phone

I have table 2 that adds records after submission of a form. This consists of visits you can do once you are a member:

  •  ID (primary field)
  • Email (only field to be filled out in form)
  • Last name
  • First name
  • Date

The idea is to create records of each visit and it should autocomplete the fields (last name, first name) on table 2 pulling them from table 1 based on the email (matched field). The key here is not to manually select the "link to table 1" field but it should be done automatically.

Please I would appreciate any suggestions.

Best answer by TheTimeSavingCo

I assume your users are keying in their emails in the form manually?  If so, make an automation that triggers on form submission where it pastes the email into the linked field.  Since the records are now linked the lookup fields will populate

I'm confused though; in your post you mention that the email is the primary field in Table 1, but in your screenshot that is not the case.  Note that what I've mentioned above will only work if the email is the primary field for Table 1

View original
Did this topic help you find an answer to your question?

bruceconsulting
Forum|alt.badge.img+13

Hi!
Looks like you need to make your email field in Table 2 the linked field to Table 1.  You can eliminate the current linked field in Table 2 (members) and add a Lookup field for First Name.  

If you would like help with this or anything else, feel free to schedule time with me via my Calendly link: https://calendly.com/bruce_consulting/30min
Jody


TheTimeSavingCo
Forum|alt.badge.img+28

I assume your users are keying in their emails in the form manually?  If so, make an automation that triggers on form submission where it pastes the email into the linked field.  Since the records are now linked the lookup fields will populate

I'm confused though; in your post you mention that the email is the primary field in Table 1, but in your screenshot that is not the case.  Note that what I've mentioned above will only work if the email is the primary field for Table 1


Forum|alt.badge.img+3

I was able to make it work with an automation on form submission and performing an actions "Finding record" and then "Update Record". Thank you.


Reply