Validation checks

  • Thread starter Thread starter PoisonedDoxy
  • Start date Start date
P

PoisonedDoxy

Guest
hi can anyone tell me all the different types of data checks that can be used in database tables such as field length check and range check
thank you
 
It is my understanding that the surest way to perform data validation is to use VBA code on the form where the data is entered into the table.

By placing code on the form's Before Update event you prevent the user from inputting incorrect and/or incomplete data.

So I suggest looking into this for your particular needs.

Dwight
 

Users who are viewing this thread

Back
Top Bottom