thesolution
New member
- Local time
- Today, 15:20
- Joined
- Mar 25, 2011
- Messages
- 3
I have a junction table, let's call it table Junction. It has several fields, only one of which is important for my question, personnelID. This field is linked to another table, table Personnel. I need to replace all the records in table Junction's personnelID field with another field, username. Only problem is that there are thousands of records, so obviously I can't do it by hand.
Is it possible to run some type of query to replace all records by comparing certain fields? Thanks.
Is it possible to run some type of query to replace all records by comparing certain fields? Thanks.