A
AccessReportWriter
I currently create a table called Image -- with Fields: Num as AutoNumber,
and Image as OleObject. I place a Bound Object on Reports and use the
following DLookUp to display various Images (Company Logos) on Reports:
=DLookUp("[Image]","[Image]","[Num]=1"). I want to be able to use the new
Attachment Field Type but have not been successful in writing a DLookUp that
references the Attachment Field to render a specific Image on a report. Any
help would be appreciated in understanding how this field works and how i can
pull images onto various sections of a report.
and Image as OleObject. I place a Bound Object on Reports and use the
following DLookUp to display various Images (Company Logos) on Reports:
=DLookUp("[Image]","[Image]","[Num]=1"). I want to be able to use the new
Attachment Field Type but have not been successful in writing a DLookUp that
references the Attachment Field to render a specific Image on a report. Any
help would be appreciated in understanding how this field works and how i can
pull images onto various sections of a report.