Patricia
GOOD LUCK!
There's a very good reason (several, but...) good database design uses "one
fact, one field". Stuffing two name-types (first, last) into one field
means you have to figure out how to break them apart.
If you are 100% absolutely certain that your Contact field contains ONLY
FIRSTNAME SPACE LASTNAME, you can use a query that looks for a SPACE and
takes everything to the left of it, and everything to the right of it. Your
other response mentions using the InStr() function (i.e., where's the
SPACE).
If your Contact field contains any variations on this, you'll need to employ
USB (using someone's brain).
GOOD LUCK!
--
Regards
Jeff Boyce
www.InformationFutures.net
Microsoft Office/Access MVP
Microsoft IT Academy Program Mentor
http://microsoftitacademy.com/