Relative path & image

  • Thread starter Thread starter Ruymán
  • Start date Start date
R

Ruymán

Hello!,

is possible use relative path in access? for example use "photo\image1.jpg"
instead of "c:\db\photo\image1.jpg", I try it but I cann't, but in Visual
Basic if is possible.

Other question but relationated, Is posible don´t put a path to the picture
in the image control (in desing) ?

The Database will be move frecuntly and it will give error in the form load
because the path change, for this I'm making these questions, after of load
of the form I load the pictures for code using currentproject.path and I
don´t have problem with this.

Now my solution is capture the error, but I think that must to have other
solution.

Thanks a lot.
 
I sorry for say
Now my solution is capture the error....

I thought that it was the solution, but I had not tried it...the error
message is produced it before of the load form event...I don´t have solution
:( for now, I hope your help :)

thanks
 
Back
Top