camedeiros
Registered User.
- Local time
- Today, 10:38
- Joined
- Oct 13, 2003
- Messages
- 10
I would like to join two tables, and delete matching records from one of the tables.
Customer Id Address dues
Coca-cola 23 1 oak street $75
Customer Id Address dues City State
Coca-cola 23 1 oak street $75 Atlanta GA
Suppose that I would like to delete the record in the first table and substitute it with the second table's record, which has the same id.
Is there a way to do that? If we can't do it in one step, is there way for me to delete the record from the first table (by letting Access identify that record based on the join by ID and deleting it), so that I can get rid of the first one, and later paste the new one into the table?
Thanks!
Customer Id Address dues
Coca-cola 23 1 oak street $75
Customer Id Address dues City State
Coca-cola 23 1 oak street $75 Atlanta GA
Suppose that I would like to delete the record in the first table and substitute it with the second table's record, which has the same id.
Is there a way to do that? If we can't do it in one step, is there way for me to delete the record from the first table (by letting Access identify that record based on the join by ID and deleting it), so that I can get rid of the first one, and later paste the new one into the table?
Thanks!