Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsFormsForms ProgrammingQueriesModules / DAO / VBAReports / PrintingMacrosDatabase DesignSecurityConversionImporting / LinkingSQL Server / ADPMultiuser / NetworkingReplicationSetup / ConfigurationDeveloper ToolkitsActiveX ControlsNew UsersGeneral 1General 2
Access DirectoryToolsTutorialsUser Groups
Related Topics
SQL ServerOther DB ProductsMS OfficeMore Topics ...

MS Access Forum / New Users / April 2005

Tip: Looking for answers? Try searching our database.

importance of data validation and how it is implemented in Access

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Jhummel - 15 Apr 2005 00:17 GMT
How inportant is data validation?
Ed Warren - 15 Apr 2005 00:32 GMT
The answer is 42 ;>

Depends on the 'value' of the data.  From "Mission Critical" to no
importance.

Ed Warren

> How inportant is data validation?
John Vinson - 15 Apr 2005 19:52 GMT
>How inportant is data validation?

Well, that depends on how you're using the database. How important is
it that your data is correct? Is it acceptable to have garbage in your
database? If so, then you don't need data validation.

If reports from your database are going into the corporate Annual
Report, or into a New Drug Application to the FDA... you may want to
be sure that the data is in fact valid. If you're keeping a database
of sports scores for fantasy football, it may not be as critical!

There are many ways to implement validation. The simplest to implement
(but most limited and least friendly) is to put field or table level
validation in the Table design. More sophisticated is to use a Form to
do all data entry, and put customized VBA code into the Form's
BeforeUpdate event to check that the data is correct, and warn the
user and cancel the update if it is not. The details will of course
vary with your application.

                 John W. Vinson[MVP]    
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.