munkifisht
New member
- Local time
- Today, 13:57
- Joined
- Jul 18, 2009
- Messages
- 4
I am trying to keep an up to date list of bands that are playing at a festival. One table ('Existing') contains a list of the 'Bands to Date' 'Confirmed' and 'Date Confirmed'. The other ('New_Bands') is a list that comes from a website and contains a 'New Band' field.
What I want to do is to compare the to tables. If a record exists in the 'Existing' table with a band name that does not exist in the 'New_Bands' table, I want to copy the contents of that record to a table called 'Dump' and remove it from the 'Existing' table. If a band exists in the 'New_Bands' table but not in the 'Existing', I want to copy that to a new record in the 'Existing' table, updating only the 'Bands to Date' Field.
Can Access do this?
What I want to do is to compare the to tables. If a record exists in the 'Existing' table with a band name that does not exist in the 'New_Bands' table, I want to copy the contents of that record to a table called 'Dump' and remove it from the 'Existing' table. If a band exists in the 'New_Bands' table but not in the 'Existing', I want to copy that to a new record in the 'Existing' table, updating only the 'Bands to Date' Field.
Can Access do this?