Hi all,
I have this database to keep track of our company's licenses. It works fine. We have about 250 records, each record contains licensee's info and also has an ole field linked to a folder that gets updated directly from the form.
All the linked files are pdf files.
Whenever we have a new license or one that needs to get updated we do (right click ----Insert Object ---etc).
The problem I am having is..
If the user is updating a license or replacing an expired one with a new one, the user needs to access the folder, move the expired License to a new folder and name the new license so it gets linked to the database.
Is there a way to do this process using vba like a button to update or replace the existing pdf file.
the linked files are under a folder like this:
R:\oper\Licenses\Folder(usualy a state name)\Filename.pdf
Thanks in advance
I have this database to keep track of our company's licenses. It works fine. We have about 250 records, each record contains licensee's info and also has an ole field linked to a folder that gets updated directly from the form.
All the linked files are pdf files.
Whenever we have a new license or one that needs to get updated we do (right click ----Insert Object ---etc).
The problem I am having is..
If the user is updating a license or replacing an expired one with a new one, the user needs to access the folder, move the expired License to a new folder and name the new license so it gets linked to the database.
Is there a way to do this process using vba like a button to update or replace the existing pdf file.
the linked files are under a folder like this:
R:\oper\Licenses\Folder(usualy a state name)\Filename.pdf
Thanks in advance