peskywinnets
Registered User.
- Local time
- Today, 05:00
- Joined
- Feb 4, 2014
- Messages
- 578
Odd title...let me explain.
Two names provided for a transaction (one name provided by Ebay ...and one name by Paypal)
what processing can I do to get access to work out they're the same person? Presently the person's name would appear twice on the shipping label, for example
B C Smith
Brad Smith
12 High St
London
My immediate thought is to check the first initial of the christian name *and* make sure the surname are the same - that ought to do it!
but how can I 'trap' the surname to compare the two (bearing in mind it'll be different for each customer) ...the one constant is that the surname will likely have a space before it - but how do I 'capture' the surname?
Two names provided for a transaction (one name provided by Ebay ...and one name by Paypal)
Code:
[B]Ebay[/B] [B]Paypal[/B]
B C Smith Brad Smith
what processing can I do to get access to work out they're the same person? Presently the person's name would appear twice on the shipping label, for example
B C Smith
Brad Smith
12 High St
London
My immediate thought is to check the first initial of the christian name *and* make sure the surname are the same - that ought to do it!
but how can I 'trap' the surname to compare the two (bearing in mind it'll be different for each customer) ...the one constant is that the surname will likely have a space before it - but how do I 'capture' the surname?