# How to retreive data from other table?

**URL:** https://community.glideapps.com/t/how-to-retreive-data-from-other-table/32166
**Category:** Ask for Help
**Created:** [September 22, 2021, 9:49pm UTC](https://community.glideapps.com/t/how-to-retreive-data-from-other-table/32166 "2021-09-22T21:49:04Z")
**Posts on this page:** 1
**Showing post:** 5

<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: [September 23, 2021, 11:13pm UTC](https://community.glideapps.com/t/how-to-retreive-data-from-other-table/32166/5 "2021-09-23T23:13:33Z")

</div>

Why do you want to remain in the form after the submission? I have always had the impression that you should finish a form submission cycle by going back to the previous screen (where you can see your submissions) before starting a new cycle.

> [@YOUNGMIN](#):
>
> I tried to attach a button to the form and add row with the data in the form. But, strangely, the button in the form only allows to use data in the screen not in the form.

The data you input in the form is not supposed to be accessible. It is only handled internally in Glide.

Try this instead.

> [@How do I create a custom form?](https://community.glideapps.com/t/how-do-i-create-a-custom-form/25014):
>
> I’m just dropping this here so I have something to refer people to when they ask. This is a simple concept app (copyable), that demonstrates the following techniques: Building custom forms for adding and editing list items (as an alternative to the native forms provided by Glide) Preventing duplicate new entries using [User Specific Columns](https://docs.glideapps.com/all/reference/data-editor/user-specific-columns) and [Relations](https://docs.glideapps.com/all/reference/data-editor/computed-columns/relation-column) Enforcing mandatory input items The use of visibility conditions and user specific booleans to control user flow There is nothing particula…

---

_[View the full topic](https://community.glideapps.com/t/how-to-retreive-data-from-other-table/32166)._
