G
Guest
Is there a way to combine two fields in the SELECT statement?
I'm forced to do this there because in ASP.NET the population of a dropdown
field only allows the one field to be inserted as the "Value" of the list.
I was thinking that if I could do this in the SELECT statement that would
slove my issue.
i.e.
"SELECT (FNAME & " " & LNAME AS full name) FROM NAMES"
something like this.
thanx.
I'm forced to do this there because in ASP.NET the population of a dropdown
field only allows the one field to be inserted as the "Value" of the list.
I was thinking that if I could do this in the SELECT statement that would
slove my issue.
i.e.
"SELECT (FNAME & " " & LNAME AS full name) FROM NAMES"
something like this.
thanx.