S
sek0910
As a novice, I think it should be a pretty easy thing to
display images on forms. Drag and image control to the
form. If you want to display the same image for all
records, bind the control to a specific image. If you
want to display a different pic for each record, bind the
control to a field in any underlying table containing
either the image or a path to it.
But no, at least for the latter. Am I correct that you
have to be fairly adept at vb programming to perform that
simple task? I studied the "employees" table and form
from the Northwind Database and still really couldn't
figure out exactly what had to be done to merely display
a picture. Nor am I sure how to simply add a picture to
a new record in a table!
If there is a simple way to perform this simple task,
please let me know. I can't believe Microsoft revised
this program multiple times over the past decade and
didn't provide an easy way to do this.
display images on forms. Drag and image control to the
form. If you want to display the same image for all
records, bind the control to a specific image. If you
want to display a different pic for each record, bind the
control to a field in any underlying table containing
either the image or a path to it.
But no, at least for the latter. Am I correct that you
have to be fairly adept at vb programming to perform that
simple task? I studied the "employees" table and form
from the Northwind Database and still really couldn't
figure out exactly what had to be done to merely display
a picture. Nor am I sure how to simply add a picture to
a new record in a table!
If there is a simple way to perform this simple task,
please let me know. I can't believe Microsoft revised
this program multiple times over the past decade and
didn't provide an easy way to do this.