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
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?.
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
Summary: This is an Access db to track leave slips. To enter new time we have a form with a combo box, choose a name in the combo box, then a subform shows that employee's info from our timeoff table, and lets...
Summary: I am having a problem in Access 2002 and was wondering if > anyone came across it. I have a table that requires more > than 255 fields and because Access does not allow this, I > created two tables o...
Summary: Hi everyone, I've a problem regarding the Date/Time field in Access 2002 (XP). When I want to create a table i don't get the data type "Date/Time" in the list box of the data types. However "Date" and...