Home > Topics > Access > How to set the verification rule in access to be greater than 16

How to set the verification rule in access to be greater than 16

下次还敢
Release: 2024-04-10 14:18:26
Original
1145 people have browsed it

How to set validation rules greater than 16 in Access? Select the fields for which validation rules need to be set. Opens the Field Properties dialog box. Go to the "Verification" tab. In the "Validation Rules" box, enter: >16 In the "Validation Message" box, enter the prompt message when verification fails (optional). Click OK to save the settings.

How to set the verification rule in access to be greater than 16

Access How to set validation rules greater than 16?

Operation steps:

  1. Select the target field: In the "Design" view, select the field for which you want to set validation rules field.
  2. Open the "Field Properties" dialog box: Right-click the field and select "Field Properties".
  3. Go to the Validation tab: In the Field Properties dialog box, navigate to the Validation tab.
  4. Enter the validation rules: In the "Validation Rules" box, enter the following formula:

    <code>>16</code>
    Copy after login
  5. Enter the validation message (Optional): In the Validation Message box, enter a message to display when the user enters a value less than or equal to 16. For example:

    <code>值必须大于 16。</code>
    Copy after login
  6. Click "OK": Close the "Field Properties" dialog box.

Setting takes effect:

After setting the verification rule, it will take effect immediately. When a user attempts to enter a value less than or equal to 16, Access displays a validation message and prevents the user from entering the value.

The above is the detailed content of How to set the verification rule in access to be greater than 16. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Access error using alias
From 1970-01-01 08:00:00
0
0
0
Single module access
From 1970-01-01 08:00:00
0
0
0
About Mac MAMP PRO deploy thinkphp5.1 access 404
From 1970-01-01 08:00:00
0
0
0
My access page reports 403
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template