creating a OLE-Object field

  • Thread starter Thread starter sb
  • Start date Start date
S

sb

Hi,

I'm would like to create a field that is a OLE-Object, but I don't have that
to choose from in the datatype-field. I need that sort of field to be able
to insert a picture to a certain post.
What shall I do?

/Staffan
 
Actually, it is good that you didn't find it. Access is very inefficient in
storing graphic files.

The recommended method is to store the graphic file separately from Access
and simply store the path / file names (as Text Field) in Access.
 
Hi,

But how do I do that? When I insert the path/file name, I only see the text,
not the picture.

/Staffan
 
Use Image Control on the Form and set the Property "Picture" to the full
path-name to your picture file.
 
Thanx for your help but I still have a stuid question.

I can't find Image control anywhere. Where is it?

/Staffan
 
Open any Form in DesignView, make the ToolBox visible by clicking the
ToolBox icon (the icon with the hammer and spanner crossing) or the Menu
View / ToolBox.

The Image Control is the Icon with twin mountains & the sun in the ToolBox.
You can also hover the mouse pointer over each Control in the ToolBox and
the ToolTip will show the name of the Control.
 
Back
Top