PDA

Click to See Complete Forum and Search --> : MS Access data transfer to VB related query


GarnerM
Jan 15th, 2000, 06:36 AM
I've used some VB code to query an access database and one of the queried
fields is a bitmapped graphic. My question is, how can I now work with this
graphic? (e.g. put it on clipboard/on a form/etc). If I try to, for
example, put it on the clipboard, it says that this object does not support
this property, am I going about it totally the wrong way? Currently, the
records are held in a recordset, and I'm fairly sure it's queried alright at
I can access all the text-based fields.

Thanks For any help

Michael