Question

In: Finance

When using Microsoft Visio or Access, what is the importance of data validation, and how can...

When using Microsoft Visio or Access, what is the importance of data validation, and how can user data entry errors be reduced or eliminated?

Solutions

Expert Solution

1.Your Access database is only as sound as the data it stores. Data types can only do so much. The next step is to constrain input values using validation rules.

2.Protecting the validity of your data is one of the most important tasks of a database developer. To ensure that users enter accurate data, start at the foundation. By using validation rules, you can ensure accurate data entry (to a point).

3.

Validation rules catch errors at the data entry level, so in effect, the mistakes never make it into your database. If the data doesn't satisfy the conditions you've set, Access won't accept the input value. You don't have to catch anything later and correct it, so validation rules are more efficient than cleaning up after the fact.

4.You can apply a validation rule to a field or to a record. At the field level, the rule checks the data for only the field constrained by the rule.

5. For example, you might restrict an hours worked field to values between 0 and 40 (inclusive). To do so, you'd use the following expression on an Integer field: <=40 And >=0. When a user enters a value other than 0 through 40, Access displays an error message and rejects the input value.


Related Solutions

How can knowing how to create forms and reports in Microsoft Access benefit you? Give an...
How can knowing how to create forms and reports in Microsoft Access benefit you? Give an example of information that you could use to create a form and report as it relates to your career. In what ways would a business use these features?
how to make a graphical representation (image) of the network using MS Visio for 100 users.
how to make a graphical representation (image) of the network using MS Visio for 100 users.
Using the boston_housing.xls data do the ff., (you can access it online if you search in...
Using the boston_housing.xls data do the ff., (you can access it online if you search in google: bostonhousing.xl) data can't be uploaded here in chegg a.) Use the appropriate regression procedure possible regression procedures: (coefficient of multiple determination criterion/adjusted r-square criterion/Mallow's cp statistic criterion/ prediction sum of squares criterion/ backward elimination procedure/ forward selection procedure/stepwise selection procedure) b.) obtain a final model
USING MICROSOFT ACCESS ABC Exterminator serves customers in Queens. The technician travels to a customer’s home...
USING MICROSOFT ACCESS ABC Exterminator serves customers in Queens. The technician travels to a customer’s home to exterminate pests, such as termites, ants and rats. The technician inspects the home, and then decides which chemical to use. The customers are charged only for the chemical used. ABC has three technicians. Each technician covers 2 ZIP code areas. Technician’s zip code areas do not overlap with the zip code areas of other technicians. The company serves only 6 Zip code areas...
When creating the Academic Database, there were several instances of data validation. Data types were assigned...
When creating the Academic Database, there were several instances of data validation. Data types were assigned to each field in the table to stop undesirable values from being placed into certain fields. A presence check was used on fields that were listed as NOT NULL, requiring some data to be input. Uniqueness validation was automatically assigned for fields that were primary keys. Describe at least one field in the Academic Database a table where range validation could have been used...
When using random access files in Java, the programmer is permitted to create files which can...
When using random access files in Java, the programmer is permitted to create files which can be read from and written to random locations. Assume that a file called "integers.dat" contains the following values: 25 8 700 284 63 12 50 Fill in blanks: You are required to write the following Java code statements: (a) create a new stream called, blueray, which allows the program to read from and write to the file, "integers.dat." _____________________ (b) Write a statement which...
Microsoft Access 2016: Computer Information Systems What are the advantages of including a caption for a...
Microsoft Access 2016: Computer Information Systems What are the advantages of including a caption for a form? Do you need both a caption and a title? Why or Why not? What other elements do you think should be standard on a data entry form used by an organization?
Name a type of document that can be created with Microsoft Word. Using what you have...
Name a type of document that can be created with Microsoft Word. Using what you have learned from practice, describe the functions of Microsoft Word that aid you in creating the document you named. Describe how you would use the Word functions for creating your document.
What four elements make up an expression in Microsoft access database? What is a good way...
What four elements make up an expression in Microsoft access database? What is a good way to remember them? Why? Please give an example.
using Access show step by step how to create a table for ID (data type number...
using Access show step by step how to create a table for ID (data type number and field size 10) and discount (data type number where 1=5% and 2=10%) one table with two fields (id and discount)
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT