Street Nos

R

Roger Bell

I have used the following Update query to transfer street nos from an old
addess field to a new street no field:

"Left([Street Name], In Str([Street Name], " ") -1)

When I run the query, certain street nos are transferred and not others. I
have made sure that the first lot of characters are correct. Do spaces have
an influence on this EG: 56 Smith St Village as opposed to 56 Smith St.
Any help would be appreciated
 
F

fredg

I have used the following Update query to transfer street nos from an old
addess field to a new street no field:

"Left([Street Name], In Str([Street Name], " ") -1)

When I run the query, certain street nos are transferred and not others. I
have made sure that the first lot of characters are correct. Do spaces have
an influence on this EG: 56 Smith St Village as opposed to 56 Smith St.
Any help would be appreciated

Your expression would return just the 56 from either example.

If that's not what you want, what exactly is it you do want, using the
above, or additional, examples.
 

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