I have a link to a file stored in one column of a record.
Site Logo - M:\Email\AB\Other\Logos\Logo.gif
Right, I have it on a form, that when I type a file locaiton into a text box, and move away from the textbox, it updates the logo on the form.
Now, I need to have the same principle on a report.
say:
but I can't get it to load the image when using the file location from SiteDetails.[Site Logo]
Any suggestions would be greatly appreciated
Aubs
Site Logo - M:\Email\AB\Other\Logos\Logo.gif
Right, I have it on a form, that when I type a file locaiton into a text box, and move away from the textbox, it updates the logo on the form.
Now, I need to have the same principle on a report.
say:
Code:
__________________
| TEXT |
| .... |
| .... |
| ----------- |
| | | |
| | | |
| | LOGO | |
| | | |
| ----------- |
|__________________|
Any suggestions would be greatly appreciated
Aubs