D
dwylie
Ok, I have a database that will be passed around corporate and nationwide
which asks users to select pictures, which will return its respected file
address into a table. Understandably, most users have these addresses
mapped, thus a common address would be H://filelocation/filepicker.....
Problem is when you store this address into a table, other users can't
identify the whole location, and the respected file cannot open. I need the
whole address..... //corporateserver/basketball/filelocation/filepicker
I have the correct filedialog code for basic file address return.
Is there a way or code to return the full file address (i.e:
//corporateserver/bask....)???
With gratitude.
which asks users to select pictures, which will return its respected file
address into a table. Understandably, most users have these addresses
mapped, thus a common address would be H://filelocation/filepicker.....
Problem is when you store this address into a table, other users can't
identify the whole location, and the respected file cannot open. I need the
whole address..... //corporateserver/basketball/filelocation/filepicker
I have the correct filedialog code for basic file address return.
Is there a way or code to return the full file address (i.e:
//corporateserver/bask....)???
With gratitude.