i'm trying to build a sellect query to remove part of a text field named "imported"
the original text field contains the following " c:\jukebox\REM\LOSSING MY RELIGION.MP3"
how can create the expression in my query to remove the part with the path and leave just the "lossing my religion"
the path c:\jukebox\" is fixed.
so i'm trying to use this expression: Expr: Right(Trim([imported]),11)
but i'm getting invalid syntax error
using ms access 2013
the original text field contains the following " c:\jukebox\REM\LOSSING MY RELIGION.MP3"
how can create the expression in my query to remove the part with the path and leave just the "lossing my religion"
the path c:\jukebox\" is fixed.
so i'm trying to use this expression: Expr: Right(Trim([imported]),11)
but i'm getting invalid syntax error
using ms access 2013