Hi to one and all,
This question has probably been asked before but despite searching for previous threads I have been unable to find a solution. I'm using V2.6 and VS2008. Self servicing project and in this instance utilising an existing Access dB.
I want to fill a combobox that displays a combination of 2 fields from the table such as :
entity field 1 : firstname
entity field 2 : lastname
entity field 3 : personID
and I want to combine fields 1 & 2 for display/user choice purposes, as part of a cascading selection criteria e.g.
firstname + lastname as fullname
cbo.displaymember = fullname
cbo.valuemember = personID
Can anyone point me to a previous thread or provide a new solution to amend/add to the generated code for PersonEntity that achieves the above.