office 2003 sql error when opening outlook and word

J

jcsquish

I just installed office 2003 standard edition on a machine as a new install.
When I try to open word or outlook I get the following error message.
Opening this document will run the following Sql command:
SELECT *FROM MRGFile.txt. Data from your database will be placed in the
document. Do you want to continue? Yes or No. Choosing either does get rid
of the message and you can use the software BUT it keeps coming up every time
you open it. Please advise of any ideas how to fix this.
The machine has MS 2000 service pack 4.
 
J

jcsquish

in order to get around this I had to go into regedit and locate the following
registry key
HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Word\Option
Click Edit, point to New and then click DWORD Value.

It was also trying to run an MYOB97 macro and when I moved it all was fine.

Under Name, type:
SQLSecurityCheck
Double click SQLSecurityCheck
In the Value data box type 00000000
click ok
 
Top