You can concatenate fields by using something like the following:
SELECT FirstName + LastName AS FullName FROM table
This will return a single column named FullName
This works for SQL Server, it should also work for Access.
|
Results 1 to 4 of 4
Thread: DataBound Combo ListFieldThreaded View
|
Click Here to Expand Forum to Full Width |