A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

combine fields



 
 
Thread Tools Display Modes
  #1  
Old May 6th, 2008, 12:50 AM posted to microsoft.public.access.forms
rml
external usenet poster
 
Posts: 172
Default combine fields

How can I display three separate fields together so that they look like this:

Field1

Field2

Field3

After field1, I would like it to return and have a blank line between and so
on.

Thanks.
  #2  
Old May 6th, 2008, 01:24 AM posted to microsoft.public.access.forms
fredg
external usenet poster
 
Posts: 4,386
Default combine fields

On Mon, 5 May 2008 16:50:02 -0700, rml wrote:

How can I display three separate fields together so that they look like this:

Field1

Field2

Field3

After field1, I would like it to return and have a blank line between and so
on.

Thanks.


Use an Unbound text control.
Set it's Control source to:
=[Field1] & chr(13) & chr(10) & chr(13) & chr(10) & [Field2] & chr(13)
& chr(10) & chr(13) & chr(10) & [Field3] & etc....
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 01:13 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.