B
_Bigred
I setup my update query trying to remove the last 4 of a FileName
I tried
LEFT([Powertabs],4) but this left only the first 4 letters of the file name.
I tried RIGHT([Powertabs]),4 but this gave me .ptb
Ultimately the file names would be as such
Green Day - American Idiot.ptb
Bon Jovi - Livin On A Prayer.ptb
I would like to be able to run a update query and remove the .ptb from the
file names.
TIA,
_Bigred
I tried
LEFT([Powertabs],4) but this left only the first 4 letters of the file name.
I tried RIGHT([Powertabs]),4 but this gave me .ptb
Ultimately the file names would be as such
Green Day - American Idiot.ptb
Bon Jovi - Livin On A Prayer.ptb
I would like to be able to run a update query and remove the .ptb from the
file names.
TIA,
_Bigred