graphics

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

can anyone tell me the most straight forward way to display a different graphic for each record i.e employee records
 
Create a picture field in the employee table that
contains an OLE value pointing to the image you want for
each employee. I am guessing you want ID photos for each
employee. Remember that OLE fields take a large amount
of space!
You could also store a hyperlink to the picture file,
rather than the picture itself. This doesn't work as well
if you want the picture to display on a form.
-----Original Message-----
can anyone tell me the most straight forward way to
display a different graphic for each record i.e employee
records
 
Back
Top