knightwest
Registered User.
- Local time
- Today, 13:29
- Joined
- Apr 18, 2007
- Messages
- 16
Hi,
I am new to this forum, and hope I can get the help with Access here that I need.
The problem I am facing is some of the data I am using. Let me explain:
I work with for an insurance company. When claims are made, customer support enter the following into their system:
AA1111111111AA (where A could be any letter and 1 could be any number) the claimants name and other Info.
In 99% of the time the claim number is the first thing in the cell, so i have used a function that takes the left of the data up to the first space and transposes this into a new column. This works fine.
The 1% exceptions to this cause me problem:
1.) In a few cases the policy number is the last thing entered into the field. I thought in those cases I could just take the same funtion as above and change it to 'right', rather than 'left'. But this would have to be in yet another column, and how can Access recognise to take these from the right rather than from the left?
2) Some have a space before them as in ' AA11111AA'. Using the formula I have used above, this will transpose a blank.
3.)Some have no space Ie 'BonusAA111111AA'. How can i isolate the claim number from that.
I would be very happy if anyone could help me
Knightwest
I am new to this forum, and hope I can get the help with Access here that I need.
The problem I am facing is some of the data I am using. Let me explain:
I work with for an insurance company. When claims are made, customer support enter the following into their system:
AA1111111111AA (where A could be any letter and 1 could be any number) the claimants name and other Info.
In 99% of the time the claim number is the first thing in the cell, so i have used a function that takes the left of the data up to the first space and transposes this into a new column. This works fine.
The 1% exceptions to this cause me problem:
1.) In a few cases the policy number is the last thing entered into the field. I thought in those cases I could just take the same funtion as above and change it to 'right', rather than 'left'. But this would have to be in yet another column, and how can Access recognise to take these from the right rather than from the left?
2) Some have a space before them as in ' AA11111AA'. Using the formula I have used above, this will transpose a blank.
3.)Some have no space Ie 'BonusAA111111AA'. How can i isolate the claim number from that.
I would be very happy if anyone could help me
Knightwest