Failure to make a copy of table

R

ray

I tried to make a copy of table but received an error: The Microsoft Jet
database engine stopped the process because you and another user are
attempting to change the same data at the same time. It was ok and am at
loss what is wrong this time. Can someone advise the possible cause and
fix.

Thanks,

Ray
 
J

John Vinson

I tried to make a copy of table but received an error: The Microsoft Jet
database engine stopped the process because you and another user are
attempting to change the same data at the same time. It was ok and am at
loss what is wrong this time. Can someone advise the possible cause and
fix.

Thanks,

Ray

How were you trying to copy the table? For that matter, WHY were you
trying to copy the table? Storing the same data redundantly in two
different tables is almost always a BAD idea.

If you really do want to copy a table (or part of a table), running a
MakeTable query is usually the best approach... but again this should
very rarely be necessary.

John W. Vinson[MVP]
Join the online Access Chats
Tuesday 11am EDT - Thursday 3:30pm EDT
http://community.compuserve.com/msdevapps
 

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

Top