Here's the whole story:
1. Form1 has combo box displaying Last Name, First Name, SSN#. On selecting a name, combo box updates form to show current Last name, First name, SSN#, and a few other fields.
2. Query1 has limiting criteria to only display the SSN# that is currently selected on Form1.
3. WordTemplate.dot has datasource of Query1, displays Last name, First name, SSN, and the other fields which are calculated by Query1 on a form which already has a lot of info on it, some of which may need to be changed by the user. I have default values for a bunch of text boxes / etc. that the end users will often have to change.
There is really no immediate need for the user to be able to save the "new" .doc file, but it often gets emailed, and always gets printed.
So the problem is:
1. I can't find a good way to open WordTemplate.dot from within Form1 without opening it as a .dot file. I need it to open as Document1.doc
2. I haven't really explored the type of permissions the user will need in Access to do this with a DDE connection from word. I know that it works for me with admin settings...I'll cross that bridge when I come to it.
Some things I have tried unsucessfully:
1. Hyperlinking the template...opens as .dot
2. Hyperlinking a shortcut to the template...won't open
3. Hyperlinking a shortcut to Word with the switch /t(Path to WordTemplate.dot)...I know I'm reaching...works for the shortcut, not for the hyperlink
4. Using a command button with the shell cmd to open the template...works, but opens as .dot
5. Praying to God that someone on TekTips has the answer for me...(We'll see how that works out for me...I'll keep you posted)
I believe that is probably all the pertinent information to my problem. I realize I can make the template a .doc and set it up with network security to not allow users to modify the file...it's not the option I'm looking for. Your help will be GREATLY GREATLY appreciated....Thanks