Is it possible to create a parameter query that would have a list for the user to choose from?
eg. If I had a list of cities that customers lived in, and wanted the data just on those who lived in London, could the user select from a list and choose London. At them moment I have separate queries for each choice as it avoids spelling mistakes on the part of the user, but being able to choose from a list would eliminate the need for several different queries.
Also would it be possible if I were to use such a query to generate a report, that the entered data (London) could be incorporated into the title of the report?
Thanks for any suggestions.