PC Review


Reply
Thread Tools Rate Thread

combine records in a report

 
 
=?Utf-8?B?QXJhaW4=?=
Guest
Posts: n/a
 
      18th May 2007
i have a database which looks like this
ID Name Comments
1 John needs to improve his comm skill.
2 Adam smart guy.
1 John great person to work with


What i want is that in the report somehow i can combine comments given to
John in to one text box.

forexample.

Comment:

needs to improve his comm skill.
---------------------------------------
great person to work with.
---------------------------------------

the dash represent that the comment was given by another person. Is this all
possible in one text box in a report.

 
Reply With Quote
 
 
 
 
John W. Vinson
Guest
Posts: n/a
 
      18th May 2007
On Fri, 18 May 2007 12:27:00 -0700, Arain <(E-Mail Removed)>
wrote:

>i have a database which looks like this
>ID Name Comments
>1 John needs to improve his comm skill.
>2 Adam smart guy.
>1 John great person to work with
>
>
>What i want is that in the report somehow i can combine comments given to
>John in to one text box.
>
>forexample.
>
>Comment:
>
>needs to improve his comm skill.
>---------------------------------------
>great person to work with.
>---------------------------------------
>
>the dash represent that the comment was given by another person. Is this all
>possible in one text box in a report.


An alternative - on a Report anyway - would be to use the "Sorting and
Grouping" to group by ID and display the comments. You would put the name
information in the group header, and have a single textbox (with a line
control under it) in the Detail section of the report. This will *look* like
you describe, without the data actually being in one textbox.

It is possible, with some VBA code, to concatenate all the comments into one
field - but for data presentation purposes that may not be the best way to do
it!


John W. Vinson [MVP]
 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Combine multiple records in one field in Access report =?Utf-8?B?Sm9obiBXYWxzaA==?= Microsoft Access Reports 5 26th Apr 2007 05:09 PM
Combine Records on Report =?Utf-8?B?UGV0ZSBTcGVybGluZw==?= Microsoft Access Reports 3 20th Jul 2004 08:41 PM
Combine Records on Report Graph =?Utf-8?B?VGlt?= Microsoft Access Reports 2 9th Feb 2004 07:11 PM
Re: How do you combine records in a report? John Nurick Microsoft Access Database Table Design 0 20th Nov 2003 07:11 AM
Re: How do you combine records in a report? Sirocco Microsoft Access Database Table Design 0 19th Nov 2003 11:49 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:29 PM.