A
Afrosheen via AccessMonster.com
I have a subform with an image on it that I'm using on the main form. Since
I'm using my flash drive {E} instead of C:\ drive, when I run the program it
keeps on telling me that the image can't be loaded/found or something like
that..
In the Picture control: C:\NCI Taps\NCI Pictures\NA.bmp
Picture type is: Linked
Is there a way where some code will check the validation of that path and
picture or some way where "On Load" the control can be set to the current
path?
Within the regular forms the picture will show up and work "On Current". This
is the code.
Me![imgEmpty].Picture = CurrentProject.Path & "\NCI Pictures\" & Me![IdPict].
Value
Because the picture form has to have some starting point, by it's self it
will not work.
Thanks for reading my post..
I'm using my flash drive {E} instead of C:\ drive, when I run the program it
keeps on telling me that the image can't be loaded/found or something like
that..
In the Picture control: C:\NCI Taps\NCI Pictures\NA.bmp
Picture type is: Linked
Is there a way where some code will check the validation of that path and
picture or some way where "On Load" the control can be set to the current
path?
Within the regular forms the picture will show up and work "On Current". This
is the code.
Me![imgEmpty].Picture = CurrentProject.Path & "\NCI Pictures\" & Me![IdPict].
Value
Because the picture form has to have some starting point, by it's self it
will not work.
Thanks for reading my post..