473,549 Members | 2,719 Online
Bytes | Software Development & Data Engineering Community
+ 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 1836
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*********@hot mail.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
8862
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 write the records to be merged into that table. The Word documents are using a system dsn (ODBC) to connect to the data source. In my code I...
2
11195
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 1 which contains COLUMN1, COLUMN2, COLUMN3 ....
4
6272
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 like to be able to populate the Word document with the contents of the currently selected Access record so that when I press the button in Access,...
2
1703
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 not have to copy this code for my 120 contacts? Any help greatly appreciated. Thank you in advance.
1
1468
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 both Tables have identical fields. Each record has a Street Field and a Street Number field filled in on both Tables. The issue I am having is Table 1...
2
1807
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 own database, some of the items I already have in my database. The new table has the same three fields. What I need to do is merge the two...
8
6688
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 from Access are automatically filled into the Word document. The query could be anywhere from 0-5000 names, one cover letter per name. AND to this...
1
8368
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 frmPMain) that I'd like to use as a stand-alone filter but I'd also like it to be a subform of another form (frmWMain). My question is this - In SQL...
3
2815
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 merge, but the problem with that is that it is time consuming and inefficient because there is no way to set it up to recognize commonly used entries and...
0
7520
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7450
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7720
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7470
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7809
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5368
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
3481
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1941
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 we have to send another system
0
763
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.