markwakelin
New member
- Local time
- Today, 15:59
- Joined
- Jun 3, 2003
- Messages
- 8
Aaaaarrggghhh !!!!!!!!!!
Can anybody PLEASE help me ! This is driving me mad !
I am using an append query to update data from one database to another. This works fine when the database i am appending to does NOT have a database password....However ! When the database I am appending to, DOES have a database password, no joy !!
I am using Access 2000 to do this for me, so you would think it would work !!! Nope !
Here is my SQL..
INSERT INTO [;PWD=driftwood].AcceptedPayment IN 'C:\TO.mdb'[;PWD=driftwood]
SELECT AcceptedPayment.*
FROM AcceptedPayment;
As you can see, my password is driftwood...
Please, please, please, please can anybody shed some light on this matter.
Ta,
Mark
PS As you can tell, i am REALLY struggling with this !
Can anybody PLEASE help me ! This is driving me mad !
I am using an append query to update data from one database to another. This works fine when the database i am appending to does NOT have a database password....However ! When the database I am appending to, DOES have a database password, no joy !!
I am using Access 2000 to do this for me, so you would think it would work !!! Nope !
Here is my SQL..
INSERT INTO [;PWD=driftwood].AcceptedPayment IN 'C:\TO.mdb'[;PWD=driftwood]
SELECT AcceptedPayment.*
FROM AcceptedPayment;
As you can see, my password is driftwood...
Please, please, please, please can anybody shed some light on this matter.
Ta,
Mark
PS As you can tell, i am REALLY struggling with this !