Hi,
I want to add attachments. I want advice before getting started.
I figure I could do one of two things:
- use attachments in a table, storing the attachment in the db;
- leave the attachments outside the db and hyperlink to it.
The first solution is easy, but I prefer the second one, since it limits the size of the db.
However, the second one is hard for me to put into practice, given my limited vba knowledge.
What I can do is use a form to open a dialog selecting a file and add a hyperlink to that file.
But here's what I want to be able to do: not simply link to the file, but first copy the file to a different directory and then hyperlink to the new location.
I've looked around, but I'm not sure where to start.
Should I go for the first solution, or can someone lead the way on going with the second one? Thank you in advance.
I want to add attachments. I want advice before getting started.
I figure I could do one of two things:
- use attachments in a table, storing the attachment in the db;
- leave the attachments outside the db and hyperlink to it.
The first solution is easy, but I prefer the second one, since it limits the size of the db.
However, the second one is hard for me to put into practice, given my limited vba knowledge.
What I can do is use a form to open a dialog selecting a file and add a hyperlink to that file.
But here's what I want to be able to do: not simply link to the file, but first copy the file to a different directory and then hyperlink to the new location.
I've looked around, but I'm not sure where to start.
Should I go for the first solution, or can someone lead the way on going with the second one? Thank you in advance.