HELP!!!!!!!!

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i need a breakdown into gender, but the prombles is that i have one field
that has got the following infromtion in that is Title Firstname surname,

how can i do a queries that only gets the first part of the field upto the
spaces
 
Please note that you should not store three pieces of data in one field.

What about



Mr. Billy Ray Cyrus

Mrs. Karen Le Compte

etc.
 
As others have suggested, you can use the Left$() and InStr$() functions to
grab everything to the left of the first space. Be careful about relying on
this as an indication of gender, though. There are plenty of titles that are
not gender-specific - "Dr.", for example.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top