I agree and here's why.
People are really good at recognizing and interpreting patterns. We are not so good at remembering exact details. (e.g. is that report name "rptQuarterlyMaintencebySector", or rptQuarterlySectorMaintenance"?) We can remember it has something to do with a time period, an activity and an area.
Computers, on the other hand, and Access specifically, are really, really good at the details. One letter off in a report name and it no longer matches as far as Access is concerned.
That's why I don't open a parameter input box and ask users to remember the details about the name of the report. That's why I show the user a combo or list box with a familiar name they can spot easily, and a hidden column for the specific report name Access needs to do its job.