I have a table with Id and date
I need to update this table when I found in another table records with a more recent date.
I have a table with Id and date
I need to update this table when I found in another table records with a more recent date.
Use an UPDATE query. Access Help has guidelines.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
But i need to' delate the old record to avoid end up with duplicates![]()
UPDATE does not duplicate records.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.