Sausagefingers
Registered User.
- Local time
- Today, 13:44
- Joined
- Dec 14, 2006
- Messages
- 51
Hi,
I am looking at a whole bunch of example modules trying to find one that fits my needs. I'm a little stumped and could use somebodys help!!
What I have is a large .xls spreadsheet that I have to link to an access 2k db for address label printing.
The spreadsheet contains customer data and for the most part, I don't have any problems with it.
However, the customer name field also contains the customer telephone number!
The name is separated from the number via a single space in the following format (for example): MR I CHUCKLEBERRY 0123456789(H)
I have to strip (using vb/module) the number from the name, hopefully, from the first blank space encountered starting from the end. How is this possible? I would also have to deal with the pesky bracketed single character at the end too. The resulting (stripped) customer name will then go on to form the first line of a customer shipping label.
Can someone help me with this please, I'm bashing my head against a wall here!
Thanks in advance.
I am looking at a whole bunch of example modules trying to find one that fits my needs. I'm a little stumped and could use somebodys help!!
What I have is a large .xls spreadsheet that I have to link to an access 2k db for address label printing.
The spreadsheet contains customer data and for the most part, I don't have any problems with it.
However, the customer name field also contains the customer telephone number!
The name is separated from the number via a single space in the following format (for example): MR I CHUCKLEBERRY 0123456789(H)
I have to strip (using vb/module) the number from the name, hopefully, from the first blank space encountered starting from the end. How is this possible? I would also have to deal with the pesky bracketed single character at the end too. The resulting (stripped) customer name will then go on to form the first line of a customer shipping label.
Can someone help me with this please, I'm bashing my head against a wall here!
Thanks in advance.