a questio about insert pic in ole field for user

  • Thread starter Thread starter soha
  • Start date Start date
S

soha

hi
i want to know that :
1 - how can we define the ole field in a form for user who input
easily picture in it .
 
If it's Access 2003 or older, you certainly should not use OLE field for
pictures.
If it's Access 2007, you would still probably be better off not using OLE
field for pictures.

The alternative is to store the pictures in a separate folder, make text
fields for the pat and file name, and have the user enter the file name into
the text field. Then use coder to display the pictures in forms and reports,
see previous posts for "how to" on that.
 
Back
Top