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 / Queries / May 2005

Tip: Looking for answers? Try searching our database.

Multi Lined Output

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Tim - 06 May 2005 23:56 GMT
Access 2002

I am trying to combine several fields into 1, and I would like to set it up
in a query, rather then a report, because I will be using this output in
various reports.

In the table I have [Address] [Town] [State] [Zip Code]

Is there way to build a field in a query that will combine these fields and
will show in the following way:

[address]
[town], [state]  [zip code]

thanks
jl5000 - 07 May 2005 02:01 GMT
Add_Field: [address] & (chr(13) + chr(10) & [town] &"," & [state] & [zip code]

In your reports make the text box 2 lines high to accomodate for this
expression
Signature

jl5000
<a href="http://joshdev.com"></a>

> Access 2002
>
[quoted text clipped - 11 lines]
>
> thanks
Tim - 07 May 2005 16:00 GMT
What are the dynamics behind this code?
Was this code specific to my needs, or is this a generic code that can be
applied broadly?
==========

> Add_Field: [address] & (chr(13) + chr(10) & [town] &"," & [state] & [zip code]
>
> In your reports make the text box 2 lines high to accomodate for this
> expression
jl5000 - 08 May 2005 01:08 GMT
I did the code applied to your needs, but it is applicable to similar
situations, or broadly as you called it,

Signature

jl5000
<a href="http://joshdev.com"></a>

> What are the dynamics behind this code?
> Was this code specific to my needs, or is this a generic code that can be
[quoted text clipped - 5 lines]
> > In your reports make the text box 2 lines high to accomodate for this
> > expression
Tim - 09 May 2005 14:16 GMT
but what are the dynamics behind the code
What does 13 & 10 mean and does it apply?

> I did the code applied to your needs, but it is applicable to similar
> situations, or broadly as you called it,
[quoted text clipped - 8 lines]
> > > In your reports make the text box 2 lines high to accomodate for this
> > > expression
 
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.