terryvanduzee
Registered User.
- Local time
- Today, 15:58
- Joined
- Sep 23, 2005
- Messages
- 22
Hello
Scenario
I have 5 fields (F1,F2,F3,F4,F5)
I have numbers 1 through 100 that could show up in each field.
Each row will not contain duplicates, but there could be many instances of the same number for the full scope of the recordset.
Ex:
Number 5 Exists 10 times in the 5000 records
Number 56 Exists 75 times in the 5000 records, but only 7 times in the same record as number 5
Number 95 Exists 45 times in the 5000 records, but only 2 times in the same record as number 5 and 7 times in the same record as number 56
Etc, Etc Etc.
I cannot seem to find the logic that will look through numbers 1 to 100 and compare the number to each field (F1,F2,F3,F4,F5). This would be a count of the number of times each of these numbers shows up in the entire recordset with each of the other numbers (1 through 100).
I tried this in Excel and got some help with it, but it took too long for Excel to calculate the cells.
Any help would be appreciated
Thank you
Terry
Scenario
I have 5 fields (F1,F2,F3,F4,F5)
I have numbers 1 through 100 that could show up in each field.
Each row will not contain duplicates, but there could be many instances of the same number for the full scope of the recordset.
Ex:
Number 5 Exists 10 times in the 5000 records
Number 56 Exists 75 times in the 5000 records, but only 7 times in the same record as number 5
Number 95 Exists 45 times in the 5000 records, but only 2 times in the same record as number 5 and 7 times in the same record as number 56
Etc, Etc Etc.
I cannot seem to find the logic that will look through numbers 1 to 100 and compare the number to each field (F1,F2,F3,F4,F5). This would be a count of the number of times each of these numbers shows up in the entire recordset with each of the other numbers (1 through 100).
I tried this in Excel and got some help with it, but it took too long for Excel to calculate the cells.
Any help would be appreciated
Thank you
Terry