Formula Help

  • Thread starter Thread starter Lee-Anne Waters via AccessMonster.com
  • Start date Start date
L

Lee-Anne Waters via AccessMonster.com

Hi,

i have a table that contains names like leeanne.waters

what i need to be able to do is use a formula to extract the first name only
(ie everything before the dot.)

many thanks for your help

Lee-Anne
 
Hi,

i have a table that contains names like leeanne.waters

what i need to be able to do is use a formula to extract the first name only
(ie everything before the dot.)

many thanks for your help

Lee-Anne

FirstName = Left([FullName],InStr([FullName],",")-1)
 

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

Similar Threads

formula help 3
Field - Formula Help 2
Formula Help 2
formula report help please 2
Subform problem 1
Format Problem - Time 2
small code problem - IF statement 2
EXCEL - IF(IFERROR(VLOOKUP question 0

Back
Top