I want to take my picture fields in my database and change the extension of them. My picture field [IN_Pic] looks like this:
umpic26923.jpg
I wrote this statement:
"th_" & Left([IN_Pic],Len([IN_Pic])+InStr([IN_Pic],".") & ".gif"
Now my picture looks like this:
th_umpic26923.jpg.gif
I need it to look like this:
th_umpic26923.gif
Can someone help me out here?
umpic26923.jpg
I wrote this statement:
"th_" & Left([IN_Pic],Len([IN_Pic])+InStr([IN_Pic],".") & ".gif"
Now my picture looks like this:
th_umpic26923.jpg.gif
I need it to look like this:
th_umpic26923.gif
Can someone help me out here?