Needs Help1
New Member
- Joined
- Apr 4, 2022
- Messages
- 3
I have a field of data which needs to be compared in multiple places, I keep almost getting there but am missing the final bit to make it work, would appreciate any assistance with this!
One table of data has an individually coded number which needs to be searched for in the other table of information.
Once the correct line has been found the 3 other points of data need to be matched. Just need a simple Yes, or No as to whether it matches.
Example.
3, G, H, I
2, A, B, C
1, A, B, C
2, D, E, F
3, G, H, I
4, J, K, L
Will find and confirm that the line in question does match to one of the other lines but the second doesn't.
One table of data has an individually coded number which needs to be searched for in the other table of information.
Once the correct line has been found the 3 other points of data need to be matched. Just need a simple Yes, or No as to whether it matches.
Example.
3, G, H, I
2, A, B, C
1, A, B, C
2, D, E, F
3, G, H, I
4, J, K, L
Will find and confirm that the line in question does match to one of the other lines but the second doesn't.