R
Rick
Hi,
I use a combo box on a form so that users can select names
of students. I altered the undelying row source query to
concatenate two fields so that it appears as "LastName,
FirstName". That works fine. However, there are several
students who have the same name, so I thought the best way
to signify to users which student is which, would be to
add thier student ID after their name. What I'd really
like to do is have the ID appear only if a duplicate name
exists in the recordset. If the name is unique,
just "lastname, firstname" appears. If
duplicate, "LastName, FirstName (Student ID)" appears.
Thanks for any help on how to do this,
-RIck
I use a combo box on a form so that users can select names
of students. I altered the undelying row source query to
concatenate two fields so that it appears as "LastName,
FirstName". That works fine. However, there are several
students who have the same name, so I thought the best way
to signify to users which student is which, would be to
add thier student ID after their name. What I'd really
like to do is have the ID appear only if a duplicate name
exists in the recordset. If the name is unique,
just "lastname, firstname" appears. If
duplicate, "LastName, FirstName (Student ID)" appears.
Thanks for any help on how to do this,
-RIck