chris-uk-lad
Registered User.
- Local time
- Today, 01:54
- Joined
- Jul 8, 2008
- Messages
- 271
Hi all,
I have a delimited text file that i need to make some alterations to so my plan is to import / alter / export.
The way i want to edit is by changing the lengths of the columns. So for the second column i want to truncate start 22 (length 45) to 26 characters by removing start 44 for a length of 21.
Column value example:
08765653452WK433424_________________
(__ representing spaces in that value that i want to remove). I know theres the find / replace method in Access but i dont want to remove all spaces, just restrict the cell value.
Not sure whether to use VBA or a Query on this one, or the method behind each :x. Many Thanks for any assistance.
I have a delimited text file that i need to make some alterations to so my plan is to import / alter / export.
The way i want to edit is by changing the lengths of the columns. So for the second column i want to truncate start 22 (length 45) to 26 characters by removing start 44 for a length of 21.
Column value example:
08765653452WK433424_________________
(__ representing spaces in that value that i want to remove). I know theres the find / replace method in Access but i dont want to remove all spaces, just restrict the cell value.
Not sure whether to use VBA or a Query on this one, or the method behind each :x. Many Thanks for any assistance.