G
Guest
I have a form that I use for data entry of music composers. On the form are
fields for FirstName and LastName. I have successfully added a ComboBox that
populates the form based on the LastName.
Because of families of composers that share the last name (Bach, for one), I
would like to be able to populate the ComboBox list with "LastName,
FirstName" to allow the user to see the full name, but I can't get it to work.
I tried making a query that has all the composer table fields and one more
that constructs the FullName, and using the query but that did not not seem
to do the trick (perhaps because the form is based on the table and not the
query the ComboBox is using??).
fields for FirstName and LastName. I have successfully added a ComboBox that
populates the form based on the LastName.
Because of families of composers that share the last name (Bach, for one), I
would like to be able to populate the ComboBox list with "LastName,
FirstName" to allow the user to see the full name, but I can't get it to work.
I tried making a query that has all the composer table fields and one more
that constructs the FullName, and using the query but that did not not seem
to do the trick (perhaps because the form is based on the table and not the
query the ComboBox is using??).