473,403 Members | 2,293 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

Merging information from two fields in Access 07

2
Hi,
I'm trying to find a way of merging two fields into one for a report in Access 07.

So, I have two columns in a table called "referral date" and "reassessment date". In the report, I need the two to merge so that the "reassessment date" and "referral date" appear as one list of dates sorted by most recent first.

I'm very, very, new to this, so any help would be appreciated...
Aug 18 '15 #1
2 1983
jimatqsi
1,271 Expert 1GB
You're going to want to use a union query for your report source. Here's a simplified example:

Expand|Select|Wrap|Line Numbers
  1. Select [Referrer date] as dateColumn from SomeTable 
  2. union all
  3. Select [Reassessment Date] as dateColumn from SomeTable
  4.  
The 'all' tells the union query not to group similar results.


Jim
Aug 18 '15 #2
rw8316
2
Thanks Jim, another part of the puzzle sorted!
Aug 18 '15 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: svdh | last post by:
I have posed a question last saturday and have advanced alot in the meantime. But I am still not there Problem is that I try to merging various fields from various tables in one document in Word...
2
by: Greg | last post by:
Hi I wish to import a street address from a web page. An example is http://www.domain.com.au/Public/PropertyDetails.aspx?adid=3967440 ( In this case the info I wish is below the yellow Rain and...
2
by: michael Schindler | last post by:
I get an error message since i installed visual studio 2003 :-( Please help me why i get this message? An unhandled exception of type 'System.ObjectDisposedException' occurred in...
3
by: Barbara | last post by:
Is it possible in C# to merge two strings to access variable? (Like in JScript: document('variable'+200).style...) What I am trying to do is: I have a class Structure.cs I would like to create...
1
by: actimel01 | last post by:
I know this question has been asked many times before but I can't find an answer that fits my data! I have two Access databases. The tables in each have the exactly the same fields except for one...
2
by: luciegiles | last post by:
I want to merge a client ID and date, currently separate fields, into one field to create a unique identifier in Access - how can I do this? Thanks
29
by: sam2779 | last post by:
I have multiple tables in access. I want to be able to combine all the tables into one large table. Let's say I have one table that has last name, first name, credit card information then another...
1
by: kkshansid | last post by:
hi i need to prepare a report in access 2007 with the help of joining three tables where each table contain around 150 fields but even the join of two table results error that too many fields...
3
by: tculley | last post by:
I have a table in Access linked to a SharePoint list. The table is comprised of about 15 fields whose contents are originally pulled from another data source (in Excel format). There are an...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.