Adding New Data while deleting duplicates

  • Thread starter Thread starter Crisyina
  • Start date Start date
C

Crisyina

I have a table and everyday the table is updated, so the next day i add the
newer table but i need the duplicates deleted so all the infomation will all
be in one table or query. How do I go about doing this?
 
Where does the newer table come from?
Do you have a unique field that you use to identify duplicates?
Is it the primary key?
How are you combining the tables now?
 
I have a table and everyday the table is updated, so the next day i add the
newer table but i need the duplicates deleted so all the infomation will all
be in one table or query. How do I go about doing this?

I'm sorry, this isn't making sense. You have "a table" that gets updated...
but you're adding "the newer table". One table? One new table every day?
Updating existing records in a table, or adding new records?

Where are the updates coming from, and what is the actual structure of your
tables?
 

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

Back
Top