PC Review


Reply
Thread Tools Rate Thread

Multiple sources in ONE column... is it possible???

 
 
=?Utf-8?B?ODIwMHJwbQ==?=
Guest
Posts: n/a
 
      7th Mar 2007
I would like to make a report with one of the columns reporting data from
more than one source. How do I make this work? Thanks for the help
 
Reply With Quote
 
 
 
 
Allen Browne
Guest
Posts: n/a
 
      8th Mar 2007
If you want to combine the values in a field from multiple tables into one
long list, use a UNION query. Example:
SELECT Field1 FROM Table1
UNION ALL
SELECT Field1 FROM Table2;

If you want to concatenate 2 fields together (such as a first name and
surname), use an expression in the Control Source of the text box like this:
=[firstname] & " " & [surname]

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"8200rpm" <(E-Mail Removed)> wrote in message
news:B98FFBC5-13BB-4983-B59B-(E-Mail Removed)...
>I would like to make a report with one of the columns reporting data from
> more than one source. How do I make this work? Thanks for the help


 
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
Importing into one table from multiple sources =?Utf-8?B?QWwgR3JhbnQ=?= Microsoft Access External Data 3 3rd May 2007 02:26 PM
Report reuse - One report using multiple record sources =?Utf-8?B?S2V2aW4gTW9ycmlz?= Microsoft Access Reports 1 23rd Feb 2006 11:25 PM
Multiple contol sources for one text box? Joe Microsoft Access Reports 1 27th May 2004 05:13 PM
How to have multiple language sources in one project? Hamed Microsoft Dot NET 3 15th Feb 2004 04:27 PM
multiple pivot data sources into one boris Microsoft Excel Misc 0 11th Aug 2003 10:21 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:18 PM.