B
Bruno Frisque
Hi group,
I have made a very simple report.
It contains a field Document_Name and a Image frame.
Each record contains a Document_Name like "M001.TIF", M002.TIF" etc
The properties of the image are :
Name : Image0
Picture : (none)
Picture type : Linked
In the report Detail_Format I have this simple code :
Image0.Picture = "c:\data\" & Document_Name
This report works fine on all Access versions but NO LONGER on Acccess 2003.
Error 2114 : Access 2003 does not support tif image... too big !??
(the tif images never exceed 70k)
Does someone know a way to work around this problem ? or a patch from MS?
Many thanks in advance
I have made a very simple report.
It contains a field Document_Name and a Image frame.
Each record contains a Document_Name like "M001.TIF", M002.TIF" etc
The properties of the image are :
Name : Image0
Picture : (none)
Picture type : Linked
In the report Detail_Format I have this simple code :
Image0.Picture = "c:\data\" & Document_Name
This report works fine on all Access versions but NO LONGER on Acccess 2003.
Error 2114 : Access 2003 does not support tif image... too big !??
(the tif images never exceed 70k)
Does someone know a way to work around this problem ? or a patch from MS?
Many thanks in advance