Multiple fields in a datagrid column

zeocrash

Newcomer
Joined
Sep 15, 2004
Messages
8
Ok so i have this column in a datagrid that i want to display a name from a database, the problem is that the name is stored in the database in 2 parts, first name and last name. Now i know how to concatonate strings, but i'm not sure how to get a datagrid to take 2 fields out of a dataset and combine them into 1 column, like this
first_name & " " & last_name
 
Back
Top