We have a MS Access 365 form with a bound object frame, which is bound to a Varbinary(Max) column in the back end Azure SQL database.
The form was set up initially as a very quick fix so that users could paste screen shots from the snipping tool which would then be embedded in the database. However it now appears that users have sometimes been copying and pasting word documents rather than screenshots.
I need to be able to extract this data and save it as either a word file or image file.
I've managed to identify the type of OLE data in each record by loading into an Unbound Object Frame. The Class property is then either "Word.Document.12" or "StaticDIB". I can create the word files using the Object property and Automation, but I cannot work out how to create an image file when the class is StaticDIB.
Any help is very very much appreciated, thanks! Jim