Data Validation- Require Entry in a Field

  • Thread starter Thread starter KrispyData
  • Start date Start date
K

KrispyData

I read some old posts that state you can create message that tells the user
an entry is required but it does not enforce it. But, is there a way to
require an entry in a field?
 
The short answer is no.

You can do things to try to coax the user to enter something like showing
messages but ultimately, the user has all the power. No matter what you try
the user can always defeat it if they're so inclined. All they have to do is
close the app or even shut off the computer. How can you stop that?
 
The short answer is no.

You can do things to try to coax the user to enter something like showing
messages but ultimately, the user has all the power. No matter what you try
the user can always defeat it if they're so inclined. All they have to do is
close the app or even shut off the computer. How can you stop that?
 
Back
Top