Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / Reports / Printing / December 2005

Tip: Looking for answers? Try searching our database.

Addresses

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Roger Bell - 24 Dec 2005 04:05 GMT
I have designed a data base that has amongst others a field for residential
address and a field for postal address.  The postal address field is only
used when it is a Post office Box.  The problem is that when I send out mail,
I want the system to be able to use the postal address for box Nos. and the
residential address for the others.  Is there a way I can design the mailing
label report to reflect this?
Thanks for any help
Duane Hookom - 24 Dec 2005 04:15 GMT
You can set a control source to:
=Nz([POBox], [ResidentialAddress])
The ResidentialAddress will show only if POBox is null.

Signature

Duane Hookom
MS Access MVP
--

>I have designed a data base that has amongst others a field for residential
> address and a field for postal address.  The postal address field is only
[quoted text clipped - 6 lines]
> label report to reflect this?
> Thanks for any help
Frederick Wilson - 24 Dec 2005 13:47 GMT
> 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,
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.