Thanks for your help so far. I have a report within the database which is based on a query and the query has a parameter.
So when you open the report it asks for a value for this parameter.
I'd like this to be a LOV of all the distinct values in a column within a table.
I've tried adding things to the query like a Display Control of Combo Box, Row Source/Type of the table and row source of a bit of sql to bring back the values but it's not showing when I run the report, it's still just expecting the user to type in without any LOV.
Am I doing something wrong?
Thanks
Martin