I have a report which is opened via a button on a form. It opens the report with linkcriteria using an ID number. When the report is opened it prompts the user to input 3 fields (free text) which appear in the wording of the report. These prompts appear one after the other and then after the last one the report opens.
What I would like to do is use a form to allow the users to enter the text for these fields in one go, click ok and then preview the final report. I don't need to store the data in the fields, just to print them in the report.
I have a form set up with the fields I require but I'm not sure how to get these to transfer over to the report once OK is clicked. The fields don't appear in the underlying query for my report as they are not stored in any table.
Field names are [Information Required] [Officer Name] and [Area]
Any help would be appriciated.
Thanks
What I would like to do is use a form to allow the users to enter the text for these fields in one go, click ok and then preview the final report. I don't need to store the data in the fields, just to print them in the report.
I have a form set up with the fields I require but I'm not sure how to get these to transfer over to the report once OK is clicked. The fields don't appear in the underlying query for my report as they are not stored in any table.
Field names are [Information Required] [Officer Name] and [Area]
Any help would be appriciated.
Thanks