FlyGuyTray
Registered User.
- Local time
- Today, 08:22
- Joined
- Nov 30, 2010
- Messages
- 38
I am trying to drop the last 6 characters in a column... for example:
I would like to make this:
123456-123456_12345
This:
123456-123456
i tried using "concatenate(Right(A1,6))" in excel but that returned the last 6 characters and trim did the same.
Could someone point me in the right direction to complete this in access or excel? bit of a novice..
I would like to make this:
123456-123456_12345
This:
123456-123456
i tried using "concatenate(Right(A1,6))" in excel but that returned the last 6 characters and trim did the same.
Could someone point me in the right direction to complete this in access or excel? bit of a novice..