I am doing an append query that takes data from a table(TIMESHEET )from data base "A" and appending that data to the same table in database B. Database B has a password and when I try to run the Query I get the not a valid password message box. Below is what access gave me when I ran the Query Wizard. I found other similar questions online but none of the solutions for those worked.
For reference "bmi test.mdb" would be my database B as mentioned. Also I realize the are errors in here but I'm just showing what I have to work with.
INSERT INTO [;PWD=password].TIMESHEET ( [RECORD NUMBER], [G/L CODE], [LINE TYPE], [JOB NUMBER], [OPERATION NUMBER], [RATE INDICATOR], [EMPLOYEE NUMBER], [DATE], [RUN TIME], [NON-PRODUCTIVE CODE], [EMPLOYEE RATE], POSTED, [PAY TYPE], POSTABLE, USE, [FIRST PR WEEK], EmployeeID, MILEAGE, EXPENSE, [PART NUMBER], QTY, [RECEIPT LINE TYPE], COST, [KIT ISSUE], [KIT POSTED], BIN ) IN 'M:\server docs\Payroll\bm i test.mdb'[;PWD=password]
The select and from parts have been removed because they are not part of the problem.
For reference "bmi test.mdb" would be my database B as mentioned. Also I realize the are errors in here but I'm just showing what I have to work with.
INSERT INTO [;PWD=password].TIMESHEET ( [RECORD NUMBER], [G/L CODE], [LINE TYPE], [JOB NUMBER], [OPERATION NUMBER], [RATE INDICATOR], [EMPLOYEE NUMBER], [DATE], [RUN TIME], [NON-PRODUCTIVE CODE], [EMPLOYEE RATE], POSTED, [PAY TYPE], POSTABLE, USE, [FIRST PR WEEK], EmployeeID, MILEAGE, EXPENSE, [PART NUMBER], QTY, [RECEIPT LINE TYPE], COST, [KIT ISSUE], [KIT POSTED], BIN ) IN 'M:\server docs\Payroll\bm i test.mdb'[;PWD=password]
The select and from parts have been removed because they are not part of the problem.
Comment