The parameter query looks like this:
SELECT [Orientation and Med Course].Name, [Orientation and Med Course].[Class Name]
FROM [Orientation and Med Course]
WHERE ((([Orientation and Med Course].[Class Name]) Like [Please Enter A Class Name]));
I can see the results I want when I filter by form, but this query won't return any results. I am using it in a more advanced query so I don't want to save the filter as a query. What am I not seeing?
SELECT [Orientation and Med Course].Name, [Orientation and Med Course].[Class Name]
FROM [Orientation and Med Course]
WHERE ((([Orientation and Med Course].[Class Name]) Like [Please Enter A Class Name]));
I can see the results I want when I filter by form, but this query won't return any results. I am using it in a more advanced query so I don't want to save the filter as a query. What am I not seeing?