I have a dbs/tbl/fld with the first & last names. I want to know how I can separate the ‘First’ & ‘Last’ names in 2-seperte flds. *Note, I had a dbs with such a query; I lost the qry, but was able to find the FirstLast Name tbl in another dbs.
I.E.
Fieldname: Data/Text
FirstLastName Donald Duck
I want:
FirstName Donald
LastName Duck
Thanks in advance!