Hello,
I am using VB6, SP4 with Access2000 I am getting a .bmp image to appear on my form in an OLE object from an Access2000 database (field is OLE Object), it works fine but it comes up with 2 messages (both the same): “Object doesn’t support this property or message”.
The OLE object on the form references the image using a dao object which is assigned the statement below. Ho do I stop the message above from appearing ?
Set rs = daoDB36.OpenRecordset("Select image from image where name = '" & Text4 & "'"
Thank You
I am using VB6, SP4 with Access2000 I am getting a .bmp image to appear on my form in an OLE object from an Access2000 database (field is OLE Object), it works fine but it comes up with 2 messages (both the same): “Object doesn’t support this property or message”.
The OLE object on the form references the image using a dao object which is assigned the statement below. Ho do I stop the message above from appearing ?
Set rs = daoDB36.OpenRecordset("Select image from image where name = '" & Text4 & "'"
Thank You