C
Chris
I am programatically binding a datasouce to a dropdown. It is the names of
employees that meet certain criteria. In the database they are stored as
forename and surname. Aside from concatenating them in the query how do I do
it programatically. I.e.
drp.DataTextName = "Forename" & "Surname"
employees that meet certain criteria. In the database they are stored as
forename and surname. Aside from concatenating them in the query how do I do
it programatically. I.e.
drp.DataTextName = "Forename" & "Surname"