Make Table Query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a 'make table query' that I want to make into another database. The
secondary database has a password. When I initially setup the make table
query, it asked for the passwork. I've checked and have put the correct
password in. However, when I try to make the table, it says it is an invalid
password???

Any idea what I may be doing wrong?
 
Using database passwords. :-D Ok, enough humor.

I gotta say I don't do many things like this, but the prompt for the
dbpassword might just be because there is a table from that db being used as
a source in the query. Does the "Source Connect Str" have a value?

Maybe you could use VBA to open the database, then write to it, or else
create the table locally, then export it to the other mdb.

Sorry to not be of much of help.
 
neenmarie said:
I have a 'make table query' that I want to make into another database. The
secondary database has a password. When I initially setup the make table
query, it asked for the passwork. I've checked and have put the correct
password in. However, when I try to make the table, it says it is an invalid
password???

Any idea what I may be doing wrong?

Post what you did.
 

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

Back
Top