I am creating a database for a mailing with Canadian addresses. I have formated the Postal Code in the Table, Query, and Form, but when I create the mailing labels the format is lost.
The format I put in the Table, Query, and Form is >A0A\ 0A0
This way the letters are all capitalized and there is a space between the first three characters and the second three.
In order for the label to look proper, I have the City, Province, and Postal Code all as one control source, how do I now format the Postal Code with a space between the first three characters and the second three on a mailing label???
This is what I have:
=Trim([City]&", "&[Province]&" "&[Postal Code])
I Tried:
=Trim([City]&", "&[Province]&" "& StrConv([Postal Code],1))
Any more suggestions would be appreciated.
[This message has been edited by GMT (edited 05-09-2001).]
The format I put in the Table, Query, and Form is >A0A\ 0A0
This way the letters are all capitalized and there is a space between the first three characters and the second three.
In order for the label to look proper, I have the City, Province, and Postal Code all as one control source, how do I now format the Postal Code with a space between the first three characters and the second three on a mailing label???
This is what I have:
=Trim([City]&", "&[Province]&" "&[Postal Code])
I Tried:
=Trim([City]&", "&[Province]&" "& StrConv([Postal Code],1))
Any more suggestions would be appreciated.
[This message has been edited by GMT (edited 05-09-2001).]