UPDATE X SET Source_ID = left([Source_ID],10) & "\"
WHERE x.Image_Source = "\Images\Rollfilm\";
This is a copy of my query i have to insert a "\" at the end of my column. Though when ran only about 1/3 of the cells in the column recieved a "\". I'm not sure what went wrong but i do know that all the information in that particular column and that corresponds with the "WHERE" statement have nine characters, which is the reason i set the number at ten spaces from the left. any suggestions on what i did wrong?
Thomas Gunter
Network Administrator A+, Network+
WHERE x.Image_Source = "\Images\Rollfilm\";
This is a copy of my query i have to insert a "\" at the end of my column. Though when ran only about 1/3 of the cells in the column recieved a "\". I'm not sure what went wrong but i do know that all the information in that particular column and that corresponds with the "WHERE" statement have nine characters, which is the reason i set the number at ten spaces from the left. any suggestions on what i did wrong?
Thomas Gunter
Network Administrator A+, Network+