hi,
I'm using just two lines of code to attach pictures etc. using OLE.
Me.oleAttachment.OLETypeAllowed = acOLEEmbedded
Me.oleAttachment.Action = acOLEInsertObjDlg
I'm getting this error when i try to attach document | picture (Pic 1 below)
![]()
I'm also getting error when i click the OLE object and then try to lose focus away from the field (Pic 2 below)
![]()
I've a linked SQL Server back-end. Am I using the most efficient way to attache picture(s) | Word | Excel documents, etc. in my scenarios, or is there a better way to do so please?
If this is the most efficient way, how could i resolve above issues please?


Thanks,
K