I am using MSACESS 2003, I have a unbound bitmap ole object on a form and I am trying to load an image from a table. I have tryed setting the RowSource Type to table/query, and the rowsource to "select image from tblimages where imgnum = 1". Whenever I do this i get "Microsoft Access can't read the OLE object because communication was interrupted". Any ideas on how to fix this? or another way to accomplish what I am trying todo.

Thanks for any help

Almost forgot I am using DAO in VBA