hello...
I've been trying to append a table with 6,000 records to a table with 180,000, and I have it set to append only 100 accounts that are not already in the large table (the large table also had primary keys to stop duplication).
Now, I can run it the first time, but after that, I keep getting this error:
Couldn't read the record; currently locked by another user.
I'm the only one using the large table. I have the record locks set to 'All Records' in the append query (I did have it 'Edited Records' but got the same thing).
I'm at a loss to figure this out.
And before anyone suggests porting to SQL Server, I'm trying, but you get a large Corporation to buy something that is 'not absolutely necessary', and see where you get.... (unless you have some ideas as to how to propose this change... I'm not very good at proposals...)
If anyone could help me with this matter...
BTW... I'm using Microsoft Access 97.
GComyn
I've been trying to append a table with 6,000 records to a table with 180,000, and I have it set to append only 100 accounts that are not already in the large table (the large table also had primary keys to stop duplication).
Now, I can run it the first time, but after that, I keep getting this error:
Couldn't read the record; currently locked by another user.
I'm the only one using the large table. I have the record locks set to 'All Records' in the append query (I did have it 'Edited Records' but got the same thing).
I'm at a loss to figure this out.
And before anyone suggests porting to SQL Server, I'm trying, but you get a large Corporation to buy something that is 'not absolutely necessary', and see where you get.... (unless you have some ideas as to how to propose this change... I'm not very good at proposals...)
If anyone could help me with this matter...
BTW... I'm using Microsoft Access 97.
GComyn