M
Martina
OK
As I said I'm probably trying to run before I can walk but even if somebody
could just tell me "it can't be done" then at least I can stop wasting my time.
Of course anything that can help me solve the problem (Not macros haven't got
into them yet) would be muuch appreciated.
OK here is the problem I'm trying to resolve; I have a field in a table whose
contence is the the form
xxx-nnnnnn-cccc
where:
x = character (a-z)
n = number 0-9
c = character either a-z or 0-9 or a combination of both
- = hyphen
Unfortunately the number of characters in each of the 3 groups varies
first group between 2 & 5 characters
second group between 5 and 8 characters
third group between 3 and 4 characters
What I'm trying to do is to run a simple quesry that will generate a table
comprising of 3 fields, one for each of the 3 groups i.e. split the single field
into 3 using the "-" as a delimeter.
Any hep much appreciated.
Thanks
Martina
As I said I'm probably trying to run before I can walk but even if somebody
could just tell me "it can't be done" then at least I can stop wasting my time.
Of course anything that can help me solve the problem (Not macros haven't got
into them yet) would be muuch appreciated.
OK here is the problem I'm trying to resolve; I have a field in a table whose
contence is the the form
xxx-nnnnnn-cccc
where:
x = character (a-z)
n = number 0-9
c = character either a-z or 0-9 or a combination of both
- = hyphen
Unfortunately the number of characters in each of the 3 groups varies
first group between 2 & 5 characters
second group between 5 and 8 characters
third group between 3 and 4 characters
What I'm trying to do is to run a simple quesry that will generate a table
comprising of 3 fields, one for each of the 3 groups i.e. split the single field
into 3 using the "-" as a delimeter.
Any hep much appreciated.
Thanks
Martina