A
Afrosheen via AccessMonster.com
Thanks for reading this. I have a form that will display staff pictures. This
is the code and it works.
Me![imgEmpty].Picture = CurrentProject.Path & "\NCI Pictures\" & Me![IdPict].
Value
The thing I want to try and do is have the pictures displayed based on the
path and not the project. For example.
Me![imgEmpty].Picture = CurrentPath & "\NCI Pictures\" & Me![IdPict].Value
Something like that.
In other words if I'm working on two different databases and they both have
pictures I need a common location for them so the form can display them.
Thanks for your help.
is the code and it works.
Me![imgEmpty].Picture = CurrentProject.Path & "\NCI Pictures\" & Me![IdPict].
Value
The thing I want to try and do is have the pictures displayed based on the
path and not the project. For example.
Me![imgEmpty].Picture = CurrentPath & "\NCI Pictures\" & Me![IdPict].Value
Something like that.
In other words if I'm working on two different databases and they both have
pictures I need a common location for them so the form can display them.
Thanks for your help.