inkpicture

How to erase or reload strokes to an InkPicture in VBA for Ms Access?

I would like to display strokes that I have saved previously on an inkPicture Object in Ms Access (it is on a form via ActiveX). The strokes are saved in a table as an ole-object in the field 'Strokes'. Now, doing it once is easy enough (one line of code), I can use this snippet without any problem : Public Sub loadInkImage(MyInkPic ...