Connection string for make table query into secured database

D

Deirdre

I need a connection string that will work in a make table query from a
database (access 2003) without security into a database with user level
security (also access 2003). Can anyone help? I have researched, but
everything I have tried hasn't worked. Thanks
 
R

Ray C

The first step is you'll need to have access to the .mdw file of the secured
database in order to be able to do that. And secondly, you'll need to have a
valid username and password. And thirdly, your unsecured database must be
connected to the .mdw file. Do you have these?
 
D

Deirdre

I have access to the mdw file (I created it), I also have a valid user name
and Password. However, my unsecured database is not connected to this
particular mdw file (and I really didn't want to have to do that - I'm trying
to find another way - I don't want this particular db to rq username and db)
it is connected to the default access mdw file.
 
R

Ray C

It's still unclear what you're trying to do.
Is your maketable query running inside the unsecured db?
Will your new table reside inside the unsecured db or the secured db?

Ray
 

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