H
Heeeeelppp
I am trying to do a split of one field into two and put the last two digits
of an 11 digit number in field number two. I used the statement below. I
also want to use a format statement in the same field so the leading zero
doesn't get taken off when exporting the data. How can this be done. The
statement is as follows.
PCP SUF Id: Mid([PCP ID],10,2)
I want to add this format statement.
PCP SUF Id: Format([PCP SUF ID],"00")
Is it possible?
of an 11 digit number in field number two. I used the statement below. I
also want to use a format statement in the same field so the leading zero
doesn't get taken off when exporting the data. How can this be done. The
statement is as follows.
PCP SUF Id: Mid([PCP ID],10,2)
I want to add this format statement.
PCP SUF Id: Format([PCP SUF ID],"00")
Is it possible?