S
Scottyp
Hi - hoping for some help nutting out the query I would require to do the
following - Thought it would be easiest to just demonstrate what I'm trying
to achieve.
Here is how the data looks currently in the table:
Company | Phone | Confirmed Phone
CompanyA 5551111 5552222
CompanyB 5552222
CompanyC 5557777 5558888
CompanyD 5556666 5551111
CompanyE 5554444
CompanyF 5555555 5557777
CompanyG 5558888
To explain, the first phone number field is a correct match against the
company name, whereas the 'Confirmed Phone' contains matched numbers, but
they're in mixed up order. I need to 're-sort' the third column so that all
matching confirmed numbers 'line-up' with the appropriate company.
ie. It should look like this when done:
Company | Phone | Confirmed Phone
CompanyA 5551111 5551111
CompanyB 5552222 5552222
CompanyC 5557777 5557777
CompanyD 5556666
CompanyE 5554444
CompanyF 5555555
CompnayG 5558888 5558888
Hope that makes sense - any help would be greatly appreciated. I haven't
played with this stuff for quite some time.
Cheers!
Scott
following - Thought it would be easiest to just demonstrate what I'm trying
to achieve.
Here is how the data looks currently in the table:
Company | Phone | Confirmed Phone
CompanyA 5551111 5552222
CompanyB 5552222
CompanyC 5557777 5558888
CompanyD 5556666 5551111
CompanyE 5554444
CompanyF 5555555 5557777
CompanyG 5558888
To explain, the first phone number field is a correct match against the
company name, whereas the 'Confirmed Phone' contains matched numbers, but
they're in mixed up order. I need to 're-sort' the third column so that all
matching confirmed numbers 'line-up' with the appropriate company.
ie. It should look like this when done:
Company | Phone | Confirmed Phone
CompanyA 5551111 5551111
CompanyB 5552222 5552222
CompanyC 5557777 5557777
CompanyD 5556666
CompanyE 5554444
CompanyF 5555555
CompnayG 5558888 5558888
Hope that makes sense - any help would be greatly appreciated. I haven't
played with this stuff for quite some time.
Cheers!
Scott