I have some images in a report which are linked by text input in a form. I have code like this
[Reports]![ReportName]![ImagePathName].Picture = ImageName
ImageName includes the path and name and it is a user input.
The problem is that i have to open the report in design view first then the link can be transfered, otherwise there's an error saying either the name of the report is misspelled or the report is not open.
How can I avoid this error? I have several different reports and which one to open depends on the input data. I don't want the user to open them manually.
Thanks a lot!
SwingXH
[Reports]![ReportName]![ImagePathName].Picture = ImageName
ImageName includes the path and name and it is a user input.
The problem is that i have to open the report in design view first then the link can be transfered, otherwise there's an error saying either the name of the report is misspelled or the report is not open.
How can I avoid this error? I have several different reports and which one to open depends on the input data. I don't want the user to open them manually.
Thanks a lot!
SwingXH