Get data from airtable without a list view

So, my app is for a Restaurant and my client can put how many tables are there in the saloon. My app generates a grid view with all the tables (table 1, tables 2, table 3…). I want that when I click in a table, the app opens a new screen where I can put the orders from the client.
Resuming, I want to save and get this data in airtable, because everytime the waiter click in a specifc table he can see the orders that they already made and a option to add more orders.
Do you know anyway to do this? My problem is how to save this data in a way that I can make a condition to get this data. Some project like that I can remix to learn?