to SOS: Yes in access 2007
As stated have also tried to use attacment images and OLE images but all these seem to store the image in a bitmap rather than a DIB!
need to convert somhow!
Appreciate any ideas.
Think it needs to call GDI APIs....
Hi Siva,
I have the same problem and have been chasing it for a while.
First your need to change image.picture= to
image.pictureDATA=
as picture refers to a file source! and what you are passing from the picture box is a bitmap. So the data is being interpreted as a file nane and hence the...