I made it almost an entire month without asking for help!
Here is what I have Crystal Ver 7.
My data is a text file that is pulling in as one field. I need to break Account Number,
Name, Address, and then Usage from this " field". This is for water consumption ( gallons used)
Here is some of what I have for data:
CUSTOMER # NAME PREMISE ADDRESS METER # MULT AVER AGE USE SE RVICE 01-0120.300 STERLING PROP ERTI ES 36 WEST AVE 105 80 14 23.75 NO SERV ICE AREA
I have the one done the Customer #, because it is always in the same place. So using this formula works:
left(right ({FAIRPORT WATER 2001.FIELD1},63),11)
Then suppressing anything that does not contain a "-".
From there the Name could be of any length, and the address there for could appear anywhere.
Due to all the spaces in the wrong places in the data, I will have to "build the name"
from pieces , looking for those spaces .
What I amlooking for, is a way to locate the first number of the address.
I need to get 36 West Ave , out this mess.
Is there a way to use the Instr function with the numric text function?
Thanks Curt
Here is what I have Crystal Ver 7.
My data is a text file that is pulling in as one field. I need to break Account Number,
Name, Address, and then Usage from this " field". This is for water consumption ( gallons used)
Here is some of what I have for data:
CUSTOMER # NAME PREMISE ADDRESS METER # MULT AVER AGE USE SE RVICE 01-0120.300 STERLING PROP ERTI ES 36 WEST AVE 105 80 14 23.75 NO SERV ICE AREA
I have the one done the Customer #, because it is always in the same place. So using this formula works:
left(right ({FAIRPORT WATER 2001.FIELD1},63),11)
Then suppressing anything that does not contain a "-".
From there the Name could be of any length, and the address there for could appear anywhere.
Due to all the spaces in the wrong places in the data, I will have to "build the name"
from pieces , looking for those spaces .
What I amlooking for, is a way to locate the first number of the address.
I need to get 36 West Ave , out this mess.
Is there a way to use the Instr function with the numric text function?
Thanks Curt