I have an Access database and in a table I have a field set to a data type of OLE Object

I have an OLE container on my from and have set it's OLDDropMode to automatic and its datafield to the field in the database.

Basically what I am attempting to do is when I add or edit a record be able to drag and drop a bitmap into the OLE container on my form and save it to the database.

I can drag and drop to the container and the bitmap displays in the container, however it is not saving.

Any suggestion or perhaps a small example of how this can be accomplished? I have searched thorugh MSDN Library and did not see any specifics on how this is done.