Question

6) To set up validation fields, switch to __design_____________ view and in the ________________ __________________ pane...

6) To set up validation fields, switch to __design_____________ view and in the ________________ __________________ pane add the validation information.

7) ___________________ data types do not allow you to Require an entry into the field.

8) When you add validation text to a field, the validation text will display when a __________________ occurs. Validation text is a ________________ error message and provides feedback about the incorrectly entered data.

10) A comparative operator written like this __________________, is not acceptable for a data validation rule.

13) A ______________field is great for a field with a limited number of values. This field make your data uniform and consistent.

14) When the ______________________ check box in the Lookup Field Wizard is checked then the field will only use values found in the lookup table.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

6)

Answer: To set up validation fields, switch to design view and in the ‘Field Properties’ pane add the validation information.

Screenshot:

7)

Answer: AutoNumber data types do not allow you to Require an entry into the field.

Screenshot:

8)

Answer: When you add validation text to a field, the validation text will display when a ‘validation error’ occurs. Validation text is a configurable user-friendly error message and provides feedback about the incorrectly entered data.

Example and screenshot: Suppose the LevelID in the table is configured to be less than or equal to 3 as below:

When the user enters incorrect value against the validation, below message is displayed which is configured in ‘Validation Text’:

10)

Answer: A comparative operator written like this => is not acceptable for a data validation rule.

Screenshot: When => is provided, the user will get below message while saving the changes:

13).

Answer: A ‘Lookup Wizard’ field is great for a field with a limited number of values. This field make your data uniform and consistent.

Screenshot: The user will be able to select M or F, predefined values in the list for the Gender field:

14)

Answer: When the ‘Limit to List’ check box in the Lookup Field Wizard is checked then the field will only use values found in the lookup table.

Screenshot: The table will not accept any value other than M and F for gender field:

Add a comment
Know the answer?
Add Answer to:
6) To set up validation fields, switch to __design_____________ view and in the ________________ __________________ pane...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Multiple Choice Which of the following is not a data validation technique? (a) The Round function...

    Multiple Choice Which of the following is not a data validation technique? (a) The Round function (b) Lookup fields (c) Default values (d) Input masks 6. When would you use the Date function (a) To display the current date (b) To display only the year from a date field (c) When doing math involving two date fields (d) To convert a value from a number into a date 2. Which of the following fields is least likely to be set...

  • Key words Long text, Calculated, Or, Lookup wizard, And, Short text, Like, In 1 Limited to...

    Key words Long text, Calculated, Or, Lookup wizard, And, Short text, Like, In 1 Limited to 255 characters 2 Available in Design view. Not really a data type but will display in the list of data types. Links to fields in other tables 3 Opens the expression builder to create an expression based on existing fields or numbers 4 Lengthy text or combinations of text and numbers. Can hold up to 65,535 characters 5 Tests for values equal to existing...

  • need this in #c . You will now add server side validation code to the frmPersonnel...

    need this in #c . You will now add server side validation code to the frmPersonnel page. Currently, when the Submit button is pressed, the frmPersonnelVerified page is displayed. This is because the frmPersonnelVerified page is set as the Submit button's PostBackUrl property. Instead of having the page go directly to the frmPersonnelVerified page when the Submit button is pressed, we want to do some server side validation. If any of the validation rules fail, we will redisplay the frmPersonnel...

  • Write a C++ program that uses: .selection constructs (if, if else, and switch) .multiway branches .looping...

    Write a C++ program that uses: .selection constructs (if, if else, and switch) .multiway branches .looping constructs (do and while loops) .Boolean expressions, bool and char types. 1. Develop a program that calculates charges for an Internet provider. The cost is determined by the amount of data used and the consumer plan. Package B (basic) is the most affordable if you plan on using < 20GB (20,000MB), however, if you consume more than 20GB (20,000MB) you are charged for each...

  • Develop a set of classes for a college to use in various student service and personnel applications. Classes you need to design include the following: • Person — A Person contains the following fields...

    Develop a set of classes for a college to use in various student service and personnel applications. Classes you need to design include the following: • Person — A Person contains the following fields, all of type String: firstName, lastName, address, zip, phone. The class also includes a method named setData() that sets each data field by prompting the user for each value and a display method that displays all of a Person’s information on a single line at the...

  • Develop an HTML form that could be used to enter your book information (Books, Authors, and...

    Develop an HTML form that could be used to enter your book information (Books, Authors, and Publishers) start with the HTML/JavaScript template provided Expand upon it! What field information would you enter into a system? Have your form use more then just character text fields ... radio buttons, pick lists, and other elements make your form easier to use and you don't need to do lots of JavaScript checks. What fields would be mandatory ... which could be left blank?...

  • 1. Provide code to create a selection list named orderDay containing the values and option text...

    1. Provide code to create a selection list named orderDay containing the values and option text SAT and SUN placed in the Weekend option group, and the option text MON, TUE, WED, THU, and FRI placed in the Weekday option group. 2. Provide code to create two radio buttons for the compType field with the values PC and Mac. Make PC the default value. 3. Kelsey has written the following code to create a data field for users to select...

  • Question 9 and 10 a. 9. Switch to the Discounted Price worksheet. Because Anita wants this...

    Question 9 and 10 a. 9. Switch to the Discounted Price worksheet. Because Anita wants this PivotTable to focus on customers, reorder the fields in the Rows area so the PivotTable displays data first by Customer and then by Order Number. 10. Anita is interested in the performance of the Midwest region. Filter the PivotTable to display orders from the Midwest in June and August, which were the most popular months for spice pack orders, as follows: Use the Region...

  • In Java. Write a GUI contact list application. The program should allow you to input names...

    In Java. Write a GUI contact list application. The program should allow you to input names and phone numbers. You should also be able to input a name and have it display the previously entered phone number. The GUI should look something like the following, although you are welcome to format it in any way that works. This should be a GUI application with a JFrame. The program should contain two arrays of Strings. One array will contain a list...

  • ***PLEASE AVOID USING A "CLASS" IN SOLUTION*** thank you. Please use Visual Studio to write a...

    ***PLEASE AVOID USING A "CLASS" IN SOLUTION*** thank you. Please use Visual Studio to write a C# program to allow user to store contact information. 1. User should be able to type in name, E-mail and phone number in the text boxes and click Add button to save the contact record. Every time when user add record, user should be able to see all the information displayed in the right side display text box. (allow up to 10 records) 2....

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT