473,385 Members | 1,464 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,385 software developers and data experts.

Merge two record in two different column in one column with space between

I have one column with surname, the other with name. Ho to metge into
a different one Surname Name?
Thanks
Nov 13 '05 #1
4 1274
You can do it in a query. I don't recommend creating a table from the
query because you may want to split them up again.

Creat a calculated field in your query and call it FullName

In the query grid it would be FullName:[Name] &" "& [Surname]

or if you want it reversed

FullName:[Surname] &" "& [Name]


Sharp <sh***@park.it> wrote in message news:<15********************************@4ax.com>. ..
I have one column with surname, the other with name. Ho to metge into
a different one Surname Name?
Thanks

Nov 13 '05 #2
Sharp <sh***@park.it> wrote in message news:<15********************************@4ax.com>. ..
I have one column with surname, the other with name. Ho to metge into
a different one Surname Name?
Thanks


use a query and join the two tables on a common field with unique
values... then you could create an expression...
FullName: FirstName & " " & Surname
Nov 13 '05 #3
On 30 Jul 2004 12:41:37 -0700, du********@aol.com (Ed Marzan) wrote:
You can do it in a query. I don't recommend creating a table from the
query because you may want to split them up again.

Creat a calculated field in your query and call it FullName

In the query grid it would be FullName:[Name] &" "& [Surname]

or if you want it reversed

FullName:[Surname] &" "& [Name]


Sharp <sh***@park.it> wrote in message news:<15********************************@4ax.com>. ..
I have one column with surname, the other with name. Ho to metge into
a different one Surname Name?
Thanks


Thanks
Nov 13 '05 #4
On 30 Jul 2004 14:59:00 -0700, pi********@hotmail.com (Pieter Linden)
wrote:
Sharp <sh***@park.it> wrote in message news:<15********************************@4ax.com>. ..
I have one column with surname, the other with name. Ho to metge into
a different one Surname Name?
Thanks


use a query and join the two tables on a common field with unique
values... then you could create an expression...
FullName: FirstName & " " & Surname


Thanks
Nov 13 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Steve M | last post by:
I'm trying to do invoke the mail merge functionality of MS Word from a Python script. The situation is that I have a template Word document, and a record that I've generated in Python, and I want...
1
by: Sebastian Luemmer | last post by:
Hi, I have developed an SQL-Script which I tested successfully on DB2 v8.1.3.132 (SQL08013). When I tried to run the script on a DB2 v8.1.0.36 (SQL08010) the script failed with the message ...
5
by: Sami | last post by:
Please bear with me, and if you answer this question, please do it step by step. I am new at Access, not at all sophisticated. I am using Office XP. This will need to be read in Access for...
13
by: ralphedge | last post by:
These sorts work fine on 100000 ints but if I go much higher they will both segmentation fault **************************MERGESORT********************* mergesort(int *a, int size) //a is...
8
by: Benzine | last post by:
Hi, I have an issue with my replication at the moment. I will try to describe the scenario accurately. I am using MS SQL 2000 SP4 with Merge Replication. Subscribers connect to the publisher...
1
by: christianlott1 | last post by:
I want to provide users with an interface to create a custom merge (all in Access, not Word). User will put in a set of brackets ("<>") in a memo field and when they click the merge button it will...
7
by: giladp1 | last post by:
I found Albert Kallal's great "Super easy Word Merge" code in his site at: http://www.members.shaw.ca/AlbertKallal/msaccess/msaccess.html Thanks Albert so much for sharing this. I am looking...
8
by: =?Utf-8?B?bWlrZWc=?= | last post by:
Hi, I am building a small Help Desk application for my company and need to be able to edit "open" help desk issues. I use a simple datagrid to display each issue (6 per page) , with an Edit...
3
by: Michel Esber | last post by:
Hi all, DB2 V8 LUW FP 15 There is a table T (ID varchar (24), ABC timestamp). ID is PK. Our application needs to frequently update T with a new value for ABC. update T set ABC=? where ID...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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...

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.