OLE object link

J

John Barnes

Have a field called MemoLink set as OLE data type. I want
to store a link to a MS Word doc which user can click on
the screen form and open the associated word document.

By right clicking, insert object, create from file,
selecting link and display as icon I can get link to
appear in the record.

Here is the problem:
When I open another record the same link appears in every
record. After I close and reopen database link is gone
from every record.

Is it possible to store a link in an individual record so
a word file which contains client data will show up on the
screen form?

Thanks!
Thanks
 
D

dlv

OLE objects do not normally do what you are describing. You should be able
to put one in each record and they should stay there. It sounds like
something is going on with the form.
 
Top