473,484 Members | 1,641 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

access field merging

i am building a movie database in microsoft access. I have a field
for actors last name and a field for actors first name as well as field
for actors fullname. I want the full name field to automatically
populate with the information from the first name and last name fields.
Can anybody help me with this please

Don

Jan 9 '06 #1
2 1833
Don:

If you have FirstName and LastName fields, you don't need a FullName field.
Not only do you not need it, you don't want it. Duplicating information will
only complicate things and require that you synchronize things. What happens
when someone adds a Madien-Married name to the FullName field, like this

Mary Huffnagle ... becomes Mary Huffnagle Hickenlooper

So, does the first name become Mary Huffnagle and the last Hickenlooper
or does the first stay Mary and the last become Huffnagle Hickenlooper?
Now, someone edits the FullName column like this

Mary Huffnagle ... becomes Mary Jo Huffnagle.

Ahhh. It's obvious that Jo is part of the first name, so we would put it in
the FirstName field and leave the LastName alone.

So, leave the first and last names atomic and when you need to display a
Full Name, then concatonate them in a query.

SELECT FirstName, LastName, FirstName & LastName As FullName FROM YourTable

--

Danny J. Lesandrini
dl*********@hotmail.com
http://amazecreations.com/datafast/

<dp*****@gmail.com> wrote ...
i am building a movie database in microsoft access. I have a field
for actors last name and a field for actors first name as well as field
for actors fullname. I want the full name field to automatically
populate with the information from the first name and last name fields.
Can anybody help me with this please

Don

Jan 9 '06 #2
You dont need the Full Name field as part of your table, but you can
place the Field as an Unbound TextField on your form and set its
Control Source as;

=[FirstName]&" "&[LastName]

GAVO.

Jan 9 '06 #3

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

Similar topics

4
8847
by: Tom Dauria | last post by:
I have an application that will be distributed remotely. In the Access application I am opening Word documents and mail merging. The Word documents are linked to a tmpLetter table. In my code I...
2
11186
by: freeagent | last post by:
Help!! I am a complete Access newbie and I have to concatenate about 30 tables into one large table. All these tables have the same column headings as each other. For example, I have TABLE...
4
6258
by: Dadio | last post by:
Hello On my Access database form I have a command button which opens a Word mail merge document in which I have created a number of fields (Title, FirstName, LastName, Address1 etc.) I would...
2
1698
by: jfriand | last post by:
I am trying to use the code below but would like to use an Access table to feed the 120 individual "email", "subject", "body" and "attachment" that I need. What would be the easiest solution to...
1
1461
by: lussierj | last post by:
Hello, I'm pretty new to this Database thing and I'm hoping someone can lend me a hand. I have an Access Database with two tables that I imported from an old database. I have set them up so that...
2
1794
by: Bubb | last post by:
I have an Access database with one table that I use for stuff I sell online. Each record has the following fields: Unique Id, Cost, and Item Description. I just obtained some more stuff with its...
8
6678
by: babyangel43 | last post by:
Hello, I have a query set up in Access. I run it monthly, changing "date of test". I would like this query to be merged with a Word document so that the cover letter is created in Word, the fields...
1
8365
by: dohminator | last post by:
Hello Experts, I have two systems written in Access 2003 that I'm in the process of merging. A user will be given a specific screen depending on his user name. I have a form (let's call it...
3
2809
tdw
by: tdw | last post by:
Hi all, I am trying to create an Access database for use purely as a more efficient way to enter fields into a Mail Merge for a friend who is an attorney. Currently, I am using Word's mail...
0
7079
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7103
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7137
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
7194
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...
1
4838
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...
0
4527
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3044
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1355
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
587
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.