On my database i have a button
my goal for this button is for it to pull up a picture off my network "P:\" Drive
In my table i have two fields that i need to use
JOBNO
PREF_PIC_NO
so here is my example data
JOBNO - 1998080993
PREF_PIC_NO - 11
so the picture i am trying to pull up for this one would be stored at
P:\199808\099311.jpg
I don't even have a clue where to start with this because my other problem is that i can't change the table at all because it is a link table
If anyone could even give me some kind of a direction on how to accomplish this, i would greatly appreciate it.
my goal for this button is for it to pull up a picture off my network "P:\" Drive
In my table i have two fields that i need to use
JOBNO
PREF_PIC_NO
so here is my example data
JOBNO - 1998080993
PREF_PIC_NO - 11
so the picture i am trying to pull up for this one would be stored at
P:\199808\099311.jpg
I don't even have a clue where to start with this because my other problem is that i can't change the table at all because it is a link table
If anyone could even give me some kind of a direction on how to accomplish this, i would greatly appreciate it.