I have a form in access 2013 that fills in city and county when a zip code is entered from tblZipCodes. After all the information is entered into the last field access will give an error message if the zip code entered is not a valid code. I would like to give my own error message on the after update event of the zip code field. How can I do that?
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Add an error message or capture the default error message code
Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » Add an error message or capture the default error message code
- This topic has 4 replies, 3 voices, and was last updated 11 years, 3 months ago.
AuthorTopicWSchuckrau
AskWoody LoungerMarch 1, 2014 at 9:36 am #493610Viewing 2 reply threadsAuthorReplies-
WBell
AskWoody_MVPMarch 2, 2014 at 8:41 am #1441958Error handling is a topic that’s really too big to try to deal with in a forum thread, so let me suggest you take a look at Allen Browne’s Microsoft Access tips: Error Handling in VBA and the more detailed FMS article by Luke Chung Error Handling and Debugging Tips and Techniques… that Allen refers to. Then come back with questions and we will do our best to help.
-
WSchuckrau
AskWoody LoungerMarch 3, 2014 at 12:30 am #1442062Thank You Wendell. The articles you referred me to will be very helpful in the future. But if I may, let me try one more time to explain what I am looking for. The form I am referring to is based on a query that joins the table for applicant information, name, address, zipcode, etc. to the ZipCodes table. On my form the tab order for fields places the zip code field before the city and county fields as these are filled in automatically after the zipcode is enterd. However, the form continues on to a subform for communications information which means after the zip code is entered I continue to tab through the city and county fields to the subform. Once the subform has the focus Access will attempt to save the record at which time it gives a message if the zip code entered is not in the zipcodes table. The error code is 3101, but rather than capturing that and replacing the Access message with my own, I thought I could use the after update event of the zip code field to check if the data entered matches a record in the zipcodes table. I have been away from Access for over 6 years and never knew a lot to start with, but I remember we would open a recordset, in this case the zipcodes table and check if the data entered matched a record in the table. I just can’t remember how we did that.
-
WSHiTechCoach
AskWoody LoungerMarch 3, 2014 at 9:31 am #1442094… The form I am referring to is based on a query that joins the table for applicant information, name, address, zipcode, etc. to the ZipCodes table. On my form the tab order for fields places the zip code field before the city and county fields as these are filled in automatically after the zipcode is enterd.
Normally the query of a form is based on a single table when you are entering data.
I would recommend WendellB’s suggestion of using a combo box.
I also use WendellB ‘s suggestion of using code to verify the enter exists. I find it best to you the Before Update event not the After update event. The Before update can be cancelled if needed. You may be able to use the built in fiction DCount() or DLookip() to verify that record exists. If you need to do more then you could use a DAO recordset.
-
-
WBell
AskWoody_MVPMarch 3, 2014 at 7:33 am #1442076From the After Update event for the ZIP code text box, You can open a recordset, using DAO or ADO, and use the entered ZIP code as a criteria in a simple query that looks to see if that value exists in the table. You then check to see if the recordset is empty – I typically test to see if the EOF property of the recordset is True – and then display your custom error message if that is the case. You could then also set the values of the City and County text boxes in that same control, and set the focus to the subform.
Another option would be to use a combo box for the ZIP code, and use the NotInList event to issue a custom error message. That would avoid using a fair amount of VBA, and with the multi-column capabilities of combo boxes, you could also display the City and County info.
Viewing 2 reply threads -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Phishers extract Millions from HMRC accounts..
by
Microfix
3 hours, 15 minutes ago -
Windows 10 22H2 Update today (5 June) says up-to-date but last was 2025-04
by
Alan_uk
5 hours, 7 minutes ago -
Thoughts on Malwarebytes Scam Guard for Mobile?
by
opti1
8 hours, 16 minutes ago -
Mystical Desktop
by
CWBillow
8 hours, 29 minutes ago -
Meta and Yandex secretly tracked billions of Android users
by
Alex5723
3 hours, 15 minutes ago -
MS-DEFCON 2: Do you need that update?
by
Susan Bradley
1 hour, 28 minutes ago -
CD/DVD drive is no longer recognized
by
WSCape Sand
23 hours, 42 minutes ago -
Windows 11 24H2 Default Apps stuck on Edge and Adobe Photoshop
by
MikeBravo
1 day, 2 hours ago -
North Face and Cartier customer data stolen in cyber attacks
by
Alex5723
1 day ago -
What is wrong with simple approach?
by
WSSpoke36
17 hours, 9 minutes ago -
Microsoft-Backed Builder.ai Set for Bankruptcy After Cash Seized
by
Alex5723
1 day, 12 hours ago -
Location, location, location
by
Susan Bradley
2 hours, 28 minutes ago -
Cannot get a task to run a restore point
by
CWBillow
1 day, 13 hours ago -
Frustrating search behavior with Outlook
by
MrJimPhelps
1 day, 4 hours ago -
June 2025 Office non-Security Updates
by
PKCano
2 days ago -
Secure Boot Update Fails after KB5058405 Installed
by
SteveIT
2 hours, 48 minutes ago -
Firefox Red Panda Fun Stuff
by
Lars220
2 days ago -
How start headers and page numbers on page 3?
by
Davidhs
2 days, 10 hours ago -
Attack on LexisNexis Risk Solutions exposes data on 300k +
by
Nibbled To Death By Ducks
1 day, 13 hours ago -
Windows 11 Insider Preview build 26200.5622 released to DEV
by
joep517
2 days, 19 hours ago -
Windows 11 Insider Preview build 26120.4230 (24H2) released to BETA
by
joep517
2 days, 19 hours ago -
MS Excel 2019 Now Prompts to Back Up With OneDrive
by
lmacri
2 days, 8 hours ago -
Firefox 139
by
Charlie
2 days, 1 hour ago -
Who knows what?
by
Will Fastie
1 day, 3 hours ago -
My top ten underappreciated features in Office
by
Peter Deegan
2 days, 19 hours ago -
WAU Manager — It’s your computer, you are in charge!
by
Deanna McElveen
13 hours, 34 minutes ago -
Misbehaving devices
by
Susan Bradley
1 day, 15 hours ago -
.NET 8.0 Desktop Runtime (v8.0.16) – Windows x86 Installer
by
WSmeyerbos
4 days, 1 hour ago -
Neowin poll : What do you plan to do on Windows 10 EOS
by
Alex5723
1 day ago -
May 31, 2025—KB5062170 (OS Builds 22621.5415 and 22631.5415 Out-of-band
by
Alex5723
4 days ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.