D
Darhl Thomason
I need to concatenate part of two fields together for a report. Our
internal store # is always 5 characters long, 2 letter state code followed
by 3 digit store # (i.e. WA123). Our POS vendor uses the first two digits
of the zip code followed by the store # (i.e. 98123). I have the store #
field and the Zip code field in my database and I need to know how to pull
the first two digits of the zip code and concatenate it to the last three
digits of the store number to display on a report for our POS vendor. Both
of these fields are fixed at 5 characters.
Any help would be hugely appreciated!
Thanks!
Darhl
internal store # is always 5 characters long, 2 letter state code followed
by 3 digit store # (i.e. WA123). Our POS vendor uses the first two digits
of the zip code followed by the store # (i.e. 98123). I have the store #
field and the Zip code field in my database and I need to know how to pull
the first two digits of the zip code and concatenate it to the last three
digits of the store number to display on a report for our POS vendor. Both
of these fields are fixed at 5 characters.
Any help would be hugely appreciated!
Thanks!
Darhl