# Fetching data from another table when filling in form

**URL:** https://community.glideapps.com/t/fetching-data-from-another-table-when-filling-in-form/68146
**Category:** Ask for Help
**Created:** [November 26, 2023, 4:50pm UTC](https://community.glideapps.com/t/fetching-data-from-another-table-when-filling-in-form/68146 "2023-11-26T16:50:15Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Brian\_Abel](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/brian_abel/32/64485_2.png) [@Brian\_Abel](https://community.glideapps.com/u/Brian_Abel)
#### Post date: [November 26, 2023, 4:50pm UTC](https://community.glideapps.com/t/fetching-data-from-another-table-when-filling-in-form/68146/1 "2023-11-26T16:50:15Z")

</div>

hi all,  
i just use glide app for a day.  
i need help on creating a form that could fetch data from another table. so basically i created 2 form right now for 2 different purpose, form A for the registration phase by my internal team, and form B will be filled by the customer.

what i need is, after the form A filled, i want it to be visible in form B, for example

form A filled with personal data including phone number that i will assign as the identifier in form B later on

and in form B after someone filling their phone number some of their info visible that fetched from form A table result, would it be possible if i want it to be fetched in real time, no need for the user to submit first?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [November 26, 2023, 4:56pm UTC](https://community.glideapps.com/t/fetching-data-from-another-table-when-filling-in-form/68146/2 "2023-11-26T16:56:58Z")

</div>

If you utilize User Profiles, then a signed in user’s profile data is accessible anywhere throughout your app.

> **[User Profiles](https://www.glideapps.com/docs/essentials/security-and-user-data/user-profiles)**
>
> Define, store, and use data on your app's users.

---

<div class="post-metadata">

### Author: ![Brian\_Abel](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/brian_abel/32/64485_2.png) [@Brian\_Abel](https://community.glideapps.com/u/Brian_Abel)
#### Post date: [November 26, 2023, 4:58pm UTC](https://community.glideapps.com/t/fetching-data-from-another-table-when-filling-in-form/68146/3 "2023-11-26T16:58:41Z")

</div>

as this form will be filled by 2 different user is it possible to do it?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [November 26, 2023, 5:50pm UTC](https://community.glideapps.com/t/fetching-data-from-another-table-when-filling-in-form/68146/4 "2023-11-26T17:50:38Z")

</div>

Yes. Each user has their own user profile record.
