PC Review


Reply
Thread Tools Rate Thread

Combining Information

 
 
Brian T
Guest
Posts: n/a
 
      28th Dec 2009
Hello,

I am looking to combine information from several parts of a record. I want
to take the initials for a persons name and add an ID number.
Example:
Last Name First Name MI ID #
--------------------------------------------
Doe John A 1234

Output: JAD1234

Thanks
 
Reply With Quote
 
 
 
 
KARL DEWEY
Guest
Posts: n/a
 
      28th Dec 2009
Try this --
Output: Left([Last Name], 1) & Left([First Name], 1) & [MI] & [ID #]
--
Build a little, test a little.


"Brian T" wrote:

> Hello,
>
> I am looking to combine information from several parts of a record. I want
> to take the initials for a persons name and add an ID number.
> Example:
> Last Name First Name MI ID #
> --------------------------------------------
> Doe John A 1234
>
> Output: JAD1234
>
> Thanks

 
Reply With Quote
 
Jerry Whittle
Guest
Posts: n/a
 
      28th Dec 2009
Put something like below in a field for a query based on the query.

TheOutput: Left([First Name], 1) & Left([MI], 1) & Left([Last Name], 1) &
[ID #])
--
Jerry Whittle, Microsoft Access MVP
Light. Strong. Cheap. Pick two. Keith Bontrager - Bicycle Builder.

"Brian T" wrote:

> Hello,
>
> I am looking to combine information from several parts of a record. I want
> to take the initials for a persons name and add an ID number.
> Example:
> Last Name First Name MI ID #
> --------------------------------------------
> Doe John A 1234
>
> Output: JAD1234
>
> Thanks

 
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
RE: Combining information on reports =?Utf-8?B?Sm9obiBEaWFjb25v?= Microsoft Access Reports 0 23rd Jan 2007 08:28 AM
Help with combining information =?Utf-8?B?YWJhY28x?= Microsoft Excel Misc 1 30th Nov 2005 09:09 PM
combining row information tgoosed Microsoft Excel Misc 2 13th Oct 2005 09:37 PM
combining information noel Microsoft Excel Worksheet Functions 1 11th Oct 2004 03:12 AM
combining information Rick Microsoft Access VBA Modules 3 7th Nov 2003 06:14 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:36 PM.