I have a form that has a combo box ShowNum_fk the row source is:
SELECT [tblShow].[ShowNum_pk], [tblShow].[ShowName], [tblShow].[ShowStatusNum_fk] FROM tblShow ORDER BY [tblShow].[ShowName];
The control source is ShowNum_fk
What I want to do is filter the form to show only records whose...