Filter a dropdown from another drop-down value on form

I have two combo boxes (dropdown lists) that are each filled using a BAQ. I want the contents of the second one to be filtered by the selection of the first one. I am sure I am overlooking something obvious. I tried RowFilter and SearchFilter… I suspect those are happening when the form is loaded and not getting updated after the first selection. Any pointers? I’m happy to RTFM if anyone can kind of point me in the general direction. I looked a little at the Reusable Combo section - but I don’t see a way to use a BAQ to fill in the combo up there. I’m assuming I either use Reusable Combo or I use the Advanced area.

See if this gets you started:

This was ultimately a big help. Thank you. I spent way too long reading through posts on here and on the user guide and at the end of the day, it was right here where I started. The syntax is just a bit different than I’m used to and just need to get used to it. THANK YOU!

1 Like