Access Parameter Query

Flinn, Randal J 281 Reputation points
2021-12-10T19:58:57.643+00:00

Hello,

Although probably inefficient, I have a report that runs from the results of a Crosstab Query (#2) that is the result of another Crosstab Query (#1) that is the result of a Select Query. I have made the Select Query a Parameter Query but when I run the report, I receive the following...

156776-image.png

Can someone assist?

Thanks

Microsoft 365 and Office | Access | Development
0 comments No comments
{count} votes

Answer accepted by question author
  1. Ken Sheridan 3,546 Reputation points
    2021-12-13T11:30:54.26+00:00

    In the SELECT query declare the parameter via the query designer interface, or by adding a PARAMETERS clause at the start of the SQL statement, e.g.

    PARAMETERS [Enter Main Work Center:] TEXT(50);
    SELECT……….etc


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.