R
Rod
I have an Access database with the 3 fields in
[ID], [Last Name], [First Name]
I create a dataset and bind a form to it, no problem.
I now want to put in a combo box to search on name.
Now I can do this fine if I just use [Last Name]
But I want [Last Name] & ", " & [First Name] to appear in the combo box.
I can't see a way of getting this directly from the dataset.
I can see a way of getting it by going back to Access. But I really want to
avoid this.
any clues much appreciated.
rod
PS posted earlier to dotnet.framework.windowsforms.databinding
[ID], [Last Name], [First Name]
I create a dataset and bind a form to it, no problem.
I now want to put in a combo box to search on name.
Now I can do this fine if I just use [Last Name]
But I want [Last Name] & ", " & [First Name] to appear in the combo box.
I can't see a way of getting this directly from the dataset.
I can see a way of getting it by going back to Access. But I really want to
avoid this.
any clues much appreciated.
rod
PS posted earlier to dotnet.framework.windowsforms.databinding