I have two fields "City" and "Province" I somehow want to have them on my
report beside each other with a comma between and to "automatically truncate
any extra space - for example:
Toronto, Ontario
Montreal, Quebec
Vancouver, British Columbia
Thanks !
Ty
Rick Brandt - 30 Dec 2004 21:58 GMT
> I have two fields "City" and "Province" I somehow want to have them
> on my report beside each other with a comma between and to
[quoted text clipped - 7 lines]
>
> Ty
Use a ControlSource of...
=[City] & ", " & [Province]

Signature
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com