I have a table that has Last name and first name in 1 field seperated with a comma.
Example : GUTIERREZ, MERCEDES
If I issue the command line ?left(customer,At(",",customer)-1) I get
GUTIERREZ
however when I do a select statement and try to do all the records, they are all truncated. No...