is it possible to take 2 fields from a record, i.e. first name + last name and combine them, so you could select them from an html select list?
I know how to grab more then 1 field, and I have been able to use php to grab one field or the other and put it in to a list, but I would like it to dispaly both. If so, could you lead me in the right direction?