Ghoztrider
Registered User.
- Local time
- Today, 15:27
- Joined
- Mar 11, 2011
- Messages
- 12
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 query, not sure how to do it strictly in a table. Thanks in advance!
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 query, not sure how to do it strictly in a table. Thanks in advance!