Managing attachments - VBA

D

david

Hi,
I have two tables in my access database
- standardDocuments
- Employees
the two of them have an attachment field.

I want the users to open one word document in standardDocuments, change it
in word and when it is closed the altered version should be attached to the
employee.

I think the easiest way may be to copy first the document to the employee
record and then open the copied file.

Does anyone know the code how i could do this ?

Really desperate about that. Thanks
 
Top