Security error on opening a database from Word

P

P. Scaram

I forward you a problem where after an upgrade to Windows XP and Office 2000
opening an MS Access database from Word using DAO 3.6 it returns to me a 3033
security error.
We did not have that problem with Windows 98 , Access97 and DAO 3.5. So i
believe is some enhanced security issue which needs to be addressed. I
enclose the previous communication with Mr Epson and the code.

I also checked the user level security for User Service1 and it has open
rights on the database.
Also the file VAMVK396.mdb in XP administration has full control rights.

Note also that inorder to enhance security we have followed the procedure of
importing the objects into another database under a different owner from
Admin. The owner and user with Administrator rights is now MasterUser. I
tried to create the workspace with the MasterUser but it still returned the
same error

If there is a correction on the code or a workaround please let me know.

Thank you very much in advance.
 
J

Jezebel

Is this code running in Word VBA? -- And if so, have you checked the
validity of the project's DAO reference?
 
P

P. Scaram

Yes it runs on Word vba.
For your information I solved the problem by inserting
oWorkspace.opendatabase instead of opendatabase on its own.

This did the trick and the command was somehow refreshed. I think this has
happened to me before in word programming.

Philip
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top