Link to Outside Folders

  • Thread starter Thread starter Scott Dufour
  • Start date Start date
S

Scott Dufour

Can Access link names within a table to outside existing folder.? For
example, an employee has information entered into the Access database and
also have information scanned into (PDF) a folder with that same employee
name. Is is possible to link the two together? So I can look up the
information for that employee in the folder and if it is possible, can it be
done to multiple employees?
 
yeah create a hyperlink field in the employee table which has the path
of that folder

ie

c:/foldername

and when you click the hyperlink it will open that folder in windows
explorer are all employees folders in the same place and in the smae
format ie

if this is your table
employeefirstname employeelastname
john smith
jane bob

the foldername will look like

john smith
jane bob

and both in the directory

x:\employeefolders\

as an example

if so then you can create the field then do a mass update for that
field using a query if not then you haev to do it one by one

Regards
Kelvan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Complex query help 1
Update query issue 0
Link Tables 5
Duplicating Data 8
Update Query Question 1
Combine Multiple Records into One Record 3
INSERT query - please help me. 4
State abbreviation MI fails in query 2

Back
Top