selecting data in a field between two points

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

Guest

I need two break up a large field into three smaller fields. I know I can
use commands like (right([field],30)) to get the first 30 characters and use
the left command to get the last 30 but is there a command to get between two
characters.
Something like (between([field],31,60))?
Thanks for your help!
 
Back
Top