I have a simple table setup with 4 columns which are from left to right:
last name,first name, id, Full name
I want to have the "full name" column display data from both the last name & first name columns. I'm using the full name column to populate a combobox in a form. I can concatenate in a...