T
TCF
In access 97, i was able to have a table with the path of an image that i
would put into a report. We are now converting our file shares to share
point drives. I now get an error when it tries to open the image from the
sharepoint drive. I have tried it in Access 97 and 2003. The location of
the image was stored as a text field in the table. For the report, the code
was as follows
If Not IsNull(Me!txtfilename) Then
Me!Image0.Picture = Me!txtfilename
End If
Where the me!txtfilename is the location and name of the image. Does this
feature not work with sharepoint drives?
thanks
would put into a report. We are now converting our file shares to share
point drives. I now get an error when it tries to open the image from the
sharepoint drive. I have tried it in Access 97 and 2003. The location of
the image was stored as a text field in the table. For the report, the code
was as follows
If Not IsNull(Me!txtfilename) Then
Me!Image0.Picture = Me!txtfilename
End If
Where the me!txtfilename is the location and name of the image. Does this
feature not work with sharepoint drives?
thanks