I am connecting to an Access database. I am using a dataadpter and a bound combo box. I have a firstname field and a lastname field that I want to display in the combo box as
lastname, firstname
I have tried concatenating the fields in the DataAdapter configuration, but have had no luck. Any suggestions would be a GREAT help.
tbuch
lastname, firstname
I have tried concatenating the fields in the DataAdapter configuration, but have had no luck. Any suggestions would be a GREAT help.
tbuch