B
Bunky
I have a record coming to me that is 203 bytes long. The first 10 are an
account number followed by the 2 byte Project number then a 1 byte Area
code(not a telephone code) etc., etc. It goes on for 15 fields or so. I
tried to use the format command in the query
Acct Num: IIf(IsNull([Field1]),'0000',Format(Left([Field1],10),'General
Number'))
but do not know how to reference the 2nd and third fields by telling the
format to start at a certain byte. How can this be accomplished?
Thanks,
Kent
account number followed by the 2 byte Project number then a 1 byte Area
code(not a telephone code) etc., etc. It goes on for 15 fields or so. I
tried to use the format command in the query
Acct Num: IIf(IsNull([Field1]),'0000',Format(Left([Field1],10),'General
Number'))
but do not know how to reference the 2nd and third fields by telling the
format to start at a certain byte. How can this be accomplished?
Thanks,
Kent