Basicly they are changed from 07753 to 07794
I only use a 5 number mask.
I have not used, or do not know most of the access
features. But I will engage the help window and see if
I can learn what an update query is, and perhaps how
to use it.
If you don't find it (and knowing how wretched the Access Help
indexing is, that's a real possibility!) try this:
- Create a Query based on your table
- Select the Zip field (only)
- On the Criteria line put
"07753"
(assuming that Zip is a Text field, as it should be - 7753 if it's
numeric)
- Change the query to an Update query, using either the query type
icon in the toolbar, or the Query menu option
- On the Update To row which appears, put
"07794"
under the field (or, again, 7794 if you're unwisely using a number
datatype)
- Click the ! icon to run the query.
as always, thank you for your reply.
Oh. Could the update query also enter data in a new field
added to a table?
Sure. Add the field first; run the update query as above.