T
Tom
Hi all,
I have a couple of problems. The first one is I want to
parse a character from a text field in a query. The field
can have different lengths, but it is always the furthest
right character I wish to remove, e.g.:
19000|
I want to remover the "|" in the field to just display
19000. Secondly, I have a large text field in a table
that I wish to split into a number of fields. Again, this
field can have varying lengths, and I wish to split it by
word. e.g:
Ford Orion 1.6 Ghia
Ford Escort
Ford Ka Deluxe Automatic 1.3 3dr
This is an example of the kind of data I am working with,
and I really just want to copy the Excel Text to Coloumn
function in Access. I have been told to use the VB Split
function, but I have limited VBA knowledge so would
appreciate any help given!
Cheers.
I have a couple of problems. The first one is I want to
parse a character from a text field in a query. The field
can have different lengths, but it is always the furthest
right character I wish to remove, e.g.:
19000|
I want to remover the "|" in the field to just display
19000. Secondly, I have a large text field in a table
that I wish to split into a number of fields. Again, this
field can have varying lengths, and I wish to split it by
word. e.g:
Ford Orion 1.6 Ghia
Ford Escort
Ford Ka Deluxe Automatic 1.3 3dr
This is an example of the kind of data I am working with,
and I really just want to copy the Excel Text to Coloumn
function in Access. I have been told to use the VB Split
function, but I have limited VBA knowledge so would
appreciate any help given!
Cheers.