I have a Form that contains a Textbox (txtSummary) which summarises all information that is contained on that Form. All I want to do is print the textbox only, as a quick reference for other people to look over.
I searched this Forum beforehand to see if the printing of the textbox was possible and found the following advice:
Create a textbox on a Report and for the Control Source of that report put..
=[Forms]![MyFormName]![txtSummary]
but when I view the report I get the error... ?Name
I have checked that all names are correct and they are as far as I can see.
Could somebody please tell me what it is that I am doing wrong.
Thank-you for your help.
I searched this Forum beforehand to see if the printing of the textbox was possible and found the following advice:
Create a textbox on a Report and for the Control Source of that report put..
=[Forms]![MyFormName]![txtSummary]
but when I view the report I get the error... ?Name
I have checked that all names are correct and they are as far as I can see.
Could somebody please tell me what it is that I am doing wrong.
Thank-you for your help.