Loading
Share Your Source Code or Article
Do you have source code, articles, tutorials, web links, and books to share? You can write your own content here. You can even have your own blog.
Submit now...
Submit now...
Sponsor
Receive Free Updates
Today's popular content
- Payroll System (181)
- A Simple Add, Edit, Delete, and Search using VB and MSAccess (162)
- Hotel Reservation System (VB.NET) (137)
- Students Information System (125)
- Library Management Software (123)
- How to Add/Update/Delete Record using MS Access Database (116)
- Free Hotel Management System Manual (110)
- Hotel Reservation System (103)
- Library System Source Code (97)
- how to unload form and load a new form (92)
- 1 of 204
- ››
Random Post
- Alternative database for MS Access (1,805)
- SQL SELECT Statement (2,368)
- Free Visual Studio 2010 for Students (1,977)
- Horoscope Determiner 1.0 (3,090)
- Simple Billing and Medical Records System (2,764)
- SQL Create Database Statement (1,923)
- Dataset Transaction (6,785)
- Read the FAQ before asking question (4,075)
- Employee Details Store into Database (4,722)
- Highest Value Determiner Version 1.0 (2,028)
- 1 of 133
- ››
The problem is very obvious. You did not add error trapping or form validation.
In the cmdSave_Click procedure you could add a code below to validate a form:
etc...
You may try adding error handling also:
On Error GoTo err_Handling
err_Handling:
Msgbox err.description