I have a report based on a query that gets its selection criteria from an unbound combo box on a form. So the user can select the name of a project rather than having to know its ID, the combo box is set up to be bound to the ID field (so the query selection works right) but to display the name of the project. This works fine for the report at the moment but I need to add a title to the report that reflects which project (by its name) is being reported on. Is there any way I can get the report to reference the name of the project from the combo box rather than its bound column which it is doing at the moment when I use a text box to reference the form control in question.
Thanks
Thanks