Hello,
in my database I have to open a word document by pussing a button.
Now the location of the word file is hardcoded.
Something like c:\database\test.doc
I would like to change this in such a way that everybody can change this location (in a form).
Do I have to store this location therefore in a table or are there other ways to do this (for example something like a public function?)
Sven.
in my database I have to open a word document by pussing a button.
Now the location of the word file is hardcoded.
Something like c:\database\test.doc
I would like to change this in such a way that everybody can change this location (in a form).
Do I have to store this location therefore in a table or are there other ways to do this (for example something like a public function?)
Sven.