formula help

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

Lee-Anne Waters via AccessMonster.com

hi,

i need help with a formula please.

i have a list of user names in my table, for example

bills
henryp
lee-annew

what i want to be able to do is drop the last character on each user name
so only the name is given, for example

bill
henry
lee-anne

any ideas much appreciated
thanks
lee-anne
 
N

Nikos Yannacopoulos

Lee-Anne,

Assuming the table field is Called UserName, what you need is a formula
Like:

=Left([UserName], Len([UserName]) - 1)

HTH,
Nikos
 

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 2
Field - Formula Help 2
Formula Help 2
formula report help please 2
Format Problem - Time 2
Extract specific data from one cell 2
Min Match Function needed 8
Formula help...right/find command 5

Top