Listbox to show only beds with the same plot_id

When I click the listbox, I want to only see the beds that are available for the selected plot relating to the selected plant :slight_smile:

In the this example the selected plot “YOU” has only two beds. “” and “under cedar” :slight_smile:

When I click the listbox I get all of the beds from every plot :frowning:

This was my attempt:

SELECT DISTINCT "beds"."bed_name", "beds"."bed_id" FROM "plants", "beds" WHERE "plants"."bed_id" = "beds"."bed_id"

upload an .odb sample here, it will be easier to spot the problem with your query, rather than wild-guessing over screenshots

→ This is the guide - more-details

This thread might help

The only thing I could try and guess right now based on the screen capture is the query should have the two tables: “Plots” and “Beds” The existing query is querying “Plants”, a many side relation to “Beds”. Shouldn’t it be - FROM “Plots”, “Beds” ?


I’ve made a couple changes to the layout… Here is a link to the .odb file
https://www.dropbox.com/scl/fo/h9kn7rdru9s7e20h1s1f8/AFQNeUMCKouLx093XxMdxfI?rlkey=31zcxffpml87tjqr3cils6vl3&st=zingyfq1&dl=0