# Can't figure out relationships

**URL:** https://community.glideapps.com/t/cant-figure-out-relationships/14740
**Category:** Ask for Help
**Created:** [August 26, 2020, 4:17pm UTC](https://community.glideapps.com/t/cant-figure-out-relationships/14740 "2020-08-26T16:17:06Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Jeremy\_Lopez](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeremy_lopez/32/12606_2.png) [@Jeremy\_Lopez](https://community.glideapps.com/u/Jeremy_Lopez)
#### Post date: [August 26, 2020, 4:17pm UTC](https://community.glideapps.com/t/cant-figure-out-relationships/14740/1 "2020-08-26T16:17:06Z")

</div>

I’m trying to add a column on one table that references a column on another table but I can’t seem to change the value it pulls in. I thought it would work like vlookup so I could search on `name` but pull in the data for `access level` however this doesn’t seem possible. If I search on `name`, how can I access the additional fields?

Am I missing something?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [August 26, 2020, 4:58pm UTC](https://community.glideapps.com/t/cant-figure-out-relationships/14740/2 "2020-08-26T16:58:11Z")

</div>

The relation just show that there’s a row being returned. To access the values, you use a lookup on that relation.

---

<div class="post-metadata">

### Author: ![Jeremy\_Lopez](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeremy_lopez/32/12606_2.png) [@Jeremy\_Lopez](https://community.glideapps.com/u/Jeremy_Lopez)
#### Post date: [August 26, 2020, 5:09pm UTC](https://community.glideapps.com/t/cant-figure-out-relationships/14740/3 "2020-08-26T17:09:35Z")

</div>

ahhhh, that’s what I was missing
