Combine three fields into another in table

K

Ken Smith

Maybe the third time will be the charm. Something I am
doing (working too fast ??) is triggering the post too
soon!

Create an update query with all four fields.
In the formula for the PropertyCSZ field add this
expression:

[PropertyCity]&", "&[PropertyState]&" "&[PropertyZip]

When you run the query the formula will concatenate the
values from the other fields into a new string.

-----Original Message-----
I need to take the following fields and autopopulate
another field in the same table.
 

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