D
Dj
I have a table that is imported. Field [Location] comes in as "Chicago, IL"
and I need to change that text to internal code "CHIL". I created an update
query that reads the Location and in the "update to" row of my [location]
field, I put the following.. Replace([location],"Chicago, IL","CHIL").
Am I using the funtion properly? Should I be using an update query? Thanks
in advance for any help. dozzee
and I need to change that text to internal code "CHIL". I created an update
query that reads the Location and in the "update to" row of my [location]
field, I put the following.. Replace([location],"Chicago, IL","CHIL").
Am I using the funtion properly? Should I be using an update query? Thanks
in advance for any help. dozzee