You can drag and drop bitmap files from Windows Explorer into a Bound Object Frame to store that image in a database table. However, I would like to have a way of doing this sort of population programatically, using VBA.
I'm working with small image files here, nothing over 4k in size, and only in small quantities. I wouldn't otherwise use a database to store binary image data. I just need the convenience of showing small images on a continuous form.
Can anyone tell me how to automate the storing of a bitmap image in a table, so that the image can be displayed on a form using a Bound Object Frame?
This question seems to have an elusive answer, so any advice you can give will be greatly appreciated!
I'm working with small image files here, nothing over 4k in size, and only in small quantities. I wouldn't otherwise use a database to store binary image data. I just need the convenience of showing small images on a continuous form.
Can anyone tell me how to automate the storing of a bitmap image in a table, so that the image can be displayed on a form using a Bound Object Frame?
This question seems to have an elusive answer, so any advice you can give will be greatly appreciated!