
Signature
Duane Hookom
MS Access MVP
--
> You can set a control source to:
> =Nz([POBox], [ResidentialAddress])
> The ResidentialAddress will show only if POBox is null.
A bit unrelated, but isn't it bad form to have several nulls in a table.
So for the example here, instead of having the PO address in the same
table as the residential address they would be in different tables to
avoid the null?
Thanks,

Signature
Frederick Wilson
_____________________________________
for multimedia design services visit
http://www.legalanimatics.com
Duane Hookom - 24 Dec 2005 15:55 GMT
I would leave these two tables in the same table.

Signature
Duane Hookom
MS Access MVP
--
>> You can set a control source to:
>> =Nz([POBox], [ResidentialAddress])
[quoted text clipped - 6 lines]
>
> Thanks,