![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am trying to use the Right([PartID],5)command to pull the last 5 digits from a field, but I have some "PartID" that I need the last 6 or 7 characters. All the characters I need have "ZZZ" in front of them. For example: ZZZ00013 ZZZ000444 ZZZ0064185 Is there a way for access to get all the characters to the right of "ZZZ", no matter how many characters? Thanks for your help , Eric |
#3
| |||
| |||
|
|
I am trying to use the Right([PartID],5)command to pull the last 5 digits from a field, but I have some "PartID" that I need the last 6 or 7 characters. All the characters I need have "ZZZ" in front of them. For example: ZZZ00013 ZZZ000444 ZZZ0064185 Is there a way for access to get all the characters to the right of "ZZZ", no matter how many characters? Thanks for your help , Eric |
#4
| |||
| |||
|
|
I am trying to use the Right([PartID],5)command to pull the last 5 digits from a field, but I have some "PartID" that I need the last 6 or 7 characters. All the characters I need have "ZZZ" in front of them. For example: ZZZ00013 ZZZ000444 ZZZ0064185 Is there a way for access to get all the characters to the right of "ZZZ", no matter how many characters? Thanks for your help , Eric |
#5
| |||
| |||
|
|
On 28 Jul 2003 06:09:37 -0700, DATAE2000 (AT) YAHOO (DOT) COM (ERIC) wrote: Try this: Mid$([PartID], 4) -Tom. I am trying to use the Right([PartID],5)command to pull the last 5 digits from a field, but I have some "PartID" that I need the last 6 or 7 characters. All the characters I need have "ZZZ" in front of them. For example: ZZZ00013 ZZZ000444 ZZZ0064185 Is there a way for access to get all the characters to the right of "ZZZ", no matter how many characters? Thanks for your help , Eric |
#6
| |||
| |||
|
|
Tom, Thanks for your reply. I was going to use that command, but I will not know if the char length will be 3-4 characters in front of the center. Thanks! Tom van Stiphout <tom7744 (AT) no (DOT) spam.cox.net> wrote On 28 Jul 2003 06:09:37 -0700, DATAE2000 (AT) YAHOO (DOT) COM (ERIC) wrote: Try this: Mid$([PartID], 4) -Tom. I am trying to use the Right([PartID],5)command to pull the last 5 digits from a field, but I have some "PartID" that I need the last 6 or 7 characters. All the characters I need have "ZZZ" in front of them. For example: ZZZ00013 ZZZ000444 ZZZ0064185 Is there a way for access to get all the characters to the right of "ZZZ", no matter how many characters? Thanks for your help , Eric |
![]() |
| Thread Tools | |
| Display Modes | |
| |