Why do deleted records return to the database?

D

Dan Heist

I have created a database through Fron Page. When I delete duplicate records,
they return the next time I open the database. What causes this?
 
D

Dirk Goldgar

Dan Heist said:
I have created a database through Fron Page. When I delete duplicate
records, they return the next time I open the database. What causes
this?

There is nothing in Access that will add deleted records back to a table
without some activity of a user or program to add them. On the other
hand, a query can make it appear that multiple records exist in a table,
when they really don't.
Are these duplicate records appearing in a query that includes two or
more tables?
 
Top