Thanks, but what I need is to be able to look at those settings programmatically. Where are they stored? If I can get to them from within msaccess, that'd be great. If there's a way to get them using the command line and store an environmental variable or create a txt file, that'd work too.
So far, it looks like the value may be in HKCU\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers\programpath. I think I've found a method to read the registry, so I may be off & running. If not, I believe there's a way to save the reg value to a text file as a backup, but syntax is tripping me up. Missing quotes?
reg save HKCU\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers\C:\Program Files\Office97\Office\WINWORD.EXE d:\data\reg.txt
edit: Brink, I've use tons of your tutorials and your .reg files. Many, many thanks. What would be the contents for the .reg to add/remove this entry?