I'm missing something simple.
I'm updating records in a field in a table to add "jpg" to the end of each record, unfortunately it leaves a space between the record and the new text.
here's what I have
Update to : ([txtImageName] & "jpg")
"Result : 011230 jpg" "but need: 011230jpg"
Any Ideas???
I'm updating records in a field in a table to add "jpg" to the end of each record, unfortunately it leaves a space between the record and the new text.
here's what I have
Update to : ([txtImageName] & "jpg")
"Result : 011230 jpg" "but need: 011230jpg"
Any Ideas???