231k views
18 votes
Raul needs to ensure that when users enter an order into the tblOrders, the shipping date is at least two days after

the order date on the data entry. Which option should he use?


O input mask

O record validation

O form validation

O expression builder

User Scana
by
7.3k points

2 Answers

4 votes

Answer:

A

Step-by-step explanation:

User Antineutrino
by
6.7k points
2 votes

Answer:

input mask

Step-by-step explanation:

Microsoft Access is a database application used to stored data. It is a relational database with rows and columns of data tables in its database.

Data validation is a tool in Access used to put a constraint on how data is entered in the table. The input mask is a data validation type that forces users to enter data in a specified format for a given field or column.

User Alexandr Panteleev
by
7.7k points