Hi,
I have a form with a button that allows editing and saving a Word document.
However the folder where I want to save the document is quite long and I'm having an error at this line:
I have a form with a button that allows editing and saving a Word document.
However the folder where I want to save the document is quite long and I'm having an error at this line:
Code:
fichier.activedocument.saveas ("c:\Documents and settings\eric\mes documents\Objectif Terrain\Acomptes\Acompte " & CStr(Forms![enqueteur]![Name1]) & " " & CStr(Forms![enqueteur]![Name2]) & ".doc")
[code]
I tried various combinations using "" instead of ", or ' instead of ", in vain.
Any help is very appreciated
Thanks in advance
Jonath.