Have table show records based on another table

My app is a time and billing application. I have multiple time (Table 1) records connected to a job (Table 2). I want to be able to click a button on the job (Table 2) that takes me to a page with a table that shows all the time records (Table 1) connected to the specific job that I clicked on without having to “filter” it. So I want the filter to automatically be filtered based on what job I click. I’m not sure if this is possible.

@bradenal

Have you tried the details page, based on a connection between the two tables ?

1 Like

I was just literally messing with that. Let me see if I can figure that out.