Update query cutting off at a space

G

Guest

I am trying to use an update query to change a field to a concatenated field
using the criteria below. In a select query, it works fine but in the updae
query, it cuts off at the first space in the field.

any suggestions?
(([ServerPath]) & (Mid([Photo],3,Len([Photo])-2)))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top