I can successfully use the SHELL function to open a Word XP document from Access XP. There used to be a switch in Word '97 (/r) that would force the document to open Read-Only. Word XP doesn't seem to have this switch. Is there another way to do it? Here is the line of code that works, but needs a switch after the "EXE":
Code:
dblRetVal = Shell("C:\Program Files\Microsoft Office\Office10\WINWORD.EXE " & strWordCondDoc, 3)
Greg Serrano
Michigan Dept. of Environmental Quality, Air Quality Division