rizd999
New member
- Local time
- Today, 03:20
- Joined
- Mar 25, 2004
- Messages
- 9
I have a table with multiple fields and I need to compare 2 records with 2 different KeyIDs. For the most part, these 2 selected records should match (except for the KeyID of course) but if a field does not match with the second record's field data , I wanted it to display the difference on a seperate query? view. I was thinking of doing this in VB cycling through all the records (two at a time) and comparing each field but I just wanted to know how you gurus would do it using a SQL query. Thanks in advance!!