Automatic updating of query shown in a form based on dropdown selection
问题 I thought this was going to be the easiest question ever to solve, but after spending a morning searching for answers, I still can't get it to work. I have a list box showing data for certain countries on a user form that is linked to a query. I want to allow my users to filer that list based on the selection in a dropdown. This is the SQL in the list box row source: SELECT tblFUNDS.MorningsStar_Fund_Name, tblFUNDS.ISIN, tblFUNDS.RDR, tblISIN_Country_Table.Country FROM tblFUNDS INNER JOIN