I have an impage control ([Image70]) bound to a field (PhotoFilePath) which is a valid file path to a picture. However, the control is blank when I load the form.
I read somewhere (I can't remember where) that I needed to put the following code in the 'Form_Current()' event of the form:
Me.Image70.Picture = Me.PhotoFilePath
Now I get and Error 2220 (the database can't load the image).
Any suggestions???
I read somewhere (I can't remember where) that I needed to put the following code in the 'Form_Current()' event of the form:
Me.Image70.Picture = Me.PhotoFilePath
Now I get and Error 2220 (the database can't load the image).
Any suggestions???