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.
 
Back
Top