Computing.Net > Forums > Office Software > listing joind fields in Access 2002

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

listing joind fields in Access 2002

Reply to Message Icon

Name: gaayathiri
Date: June 2, 2005 at 23:53:50 Pacific
OS: xp pro
CPU/Ram: 256
Comment:

in participants table I have : FirstName, LastName and ParticipantName_tbl.

in the participant form I set the code for participant name as:
Me.ParticipantName.Value = Me.FirstName & " " & Me.LastName

I have also created a query which accomplishes the name joining task. (fields in the query are: FirstName, LastName and ParticipantName_qry)

I need the ParticipantName (the joined first and last names) to be in a combo box list in another form (form name: Results). in "Results" I have tried putting the control source as the name joining query. but it either lists all first names or all last names. not the joined names. how do I get it to display the joined names?.

thnx in advance.



Sponsored Link
Ads by Google

Response Number 1
Name: smithdk
Date: June 3, 2005 at 19:05:08 Pacific
Reply:

If I understand you correctly, you just want the combo box to display the first and last name as one column. The control source is the wrong place to put the syntax. It needs to go in the row source

[firstName] & " " & [lastname]


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: listing joind fields in Access 2002

OLE error in Access 2003 www.computing.net/answers/office/ole-error-in-access-2003/2169.html

adding fields in form www.computing.net/answers/office/adding-fields-in-form/889.html

Date/time data type when creating t www.computing.net/answers/office/datetime-data-type-when-creating-t/903.html