i've got these expressions in a query to extract parts of an mp3 file full path from a field and just let the name of the song.
exp: Mid([imported];[exp3]-[exp2];Len([imported]))
exp2: InStr([imported];"\")-4
exp3: InStrRev([imported];"\")
exp4: Left([exp];Len([exp])-4)
"exp4" is the clean name of the song.
now how can i update my "song name" field (which is empty) to be same as "exp4"
is it an update query?
if so how can i do it?
exp: Mid([imported];[exp3]-[exp2];Len([imported]))
exp2: InStr([imported];"\")-4
exp3: InStrRev([imported];"\")
exp4: Left([exp];Len([exp])-4)
"exp4" is the clean name of the song.
now how can i update my "song name" field (which is empty) to be same as "exp4"
is it an update query?
if so how can i do it?