PC Review


Reply
Thread Tools Rate Thread

Multiple fields in combo boxes

 
 
Alex
Guest
Posts: n/a
 
      3rd Nov 2004
Is this possible please.
i have a combo box on a table which looks up data from another ytable, which
conjtains a FirstName and Surname field.
I want to concatanate the two fields together and place them in a field
within the first table.


My current code is this
Using: SELECT Lecturer.LecturerID, Lecturer.FirstName, Lecturer.Surname FROM
Lecturer ORDER BY [Surname];


 
Reply With Quote
 
 
 
 
PC Datasheet
Guest
Posts: n/a
 
      4th Nov 2004
SELECT Lecturer.LecturerID, Lecturer.FirstName & " " & Lecturer.Surname As
LecturerFullName, Lecturer.Surname FROM
Lecturer ORDER BY [Surname];


--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
(E-Mail Removed)
www.pcdatasheet.com


"Alex" <aph@nospam_misnet_.co._.uk> wrote in message
news:(E-Mail Removed)...
> Is this possible please.
> i have a combo box on a table which looks up data from another ytable,

which
> conjtains a FirstName and Surname field.
> I want to concatanate the two fields together and place them in a field
> within the first table.
>
>
> My current code is this
> Using: SELECT Lecturer.LecturerID, Lecturer.FirstName, Lecturer.Surname

FROM
> Lecturer ORDER BY [Surname];
>
>



 
Reply With Quote
 
 
 
 
Alex
Guest
Posts: n/a
 
      4th Nov 2004
Thanks

"PC Datasheet" <(E-Mail Removed)> wrote in message
news:PAdid.17587$(E-Mail Removed)...
> SELECT Lecturer.LecturerID, Lecturer.FirstName & " " & Lecturer.Surname As
> LecturerFullName, Lecturer.Surname FROM
> Lecturer ORDER BY [Surname];
>
>
> --
> PC Datasheet
> Your Resource For Help With Access, Excel And Word Applications
> (E-Mail Removed)
> www.pcdatasheet.com
>
>
> "Alex" <aph@nospam_misnet_.co._.uk> wrote in message
> news:(E-Mail Removed)...
>> Is this possible please.
>> i have a combo box on a table which looks up data from another ytable,

> which
>> conjtains a FirstName and Surname field.
>> I want to concatanate the two fields together and place them in a field
>> within the first table.
>>
>>
>> My current code is this
>> Using: SELECT Lecturer.LecturerID, Lecturer.FirstName, Lecturer.Surname

> FROM
>> Lecturer ORDER BY [Surname];
>>
>>

>
>



 
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
Parameter queries using forms with combo boxes, with select all, and defaulting combo boxes to blank fields nmoakeh@byte-x-byte.com Microsoft Access 12 15th Oct 2006 07:35 PM
Make combo boxes change contents depending on other combo boxes =?Utf-8?B?R2x5bm4=?= Microsoft Access Forms 1 9th Dec 2005 02:32 PM
Help with basing Combo Boxes on other Combo Boxes =?Utf-8?B?V2FsdA==?= Microsoft Access Forms 1 26th May 2005 03:01 AM
Re: Combo boxes dependent on combo boxes Van T. Dinh Microsoft Access 0 21st Jul 2003 02:22 PM
Re: Combo boxes dependent on combo boxes Kevin @ 3NF Microsoft Access 0 21st Jul 2003 01:52 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:43 AM.