foodminer Posted March 26, 2004 Posted March 26, 2004 I was recently given a database that needs fixing. It is a mailing list with only one field containing name and address. I want to break up the information into individual fields. Almost everyone in the mailing list lives in one of three towns. For example, I want to search for people who live in Montclair. Is there any way to put 07046 into the ZIP code field in one shot instead of entering it one record at a time. Any help would be appreciated. Thanks Version: v7.x Platform: Windows XP
andygaunt Posted March 26, 2004 Posted March 26, 2004 If you simply want to replace the contents of a zip field with 07046 for the found set of Montclair you would: Perform a find on Montclair. Enter 07046 in the zip code. Now, do not leave the zip code but instead go to the records menu and choose replace field contents. the default option will now be replace the contents of the zip field for the current found set with the contents of the current field, namely 07046. Click the replace button and you are done. Now, do make sure you are on the correct FOUND set as this will replace the contents of the Zip field in ALL the found records with the current contents. HTH
Fitch Posted March 26, 2004 Posted March 26, 2004 And then if you want to remove the zip from the source field, you can click in the field and Replace with a calculation: Substitute(YourField, "07046", "") I recommend you make a copy of the entire database before you start doing any of this.
Recommended Posts
This topic is 7546 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now