I have a report built on a query that allows the user to put in a two digit indication of the year, e.g., “95” for 1995. The query then looks at the first two digits of the project numbers in a field in a table and displays only those project numbers and names where the first two digits in the number match the “95”. That works fine. But what I’d like to do is to have whatever the user types in [the “95” in my example] in the title of the report so it would read “Project List for 95”. How do I do this? Thanks for your help.