User-friendly error message (1 Viewer)

KickinChickens

New member
Local time
Today, 07:23
Joined
Nov 13, 2010
Messages
4
I'm using Access for my GCSE, but am new to it.

In my tables, I want to make it so that the user has to enter data into some fields. How do I do this?

Also, how do I then make my own user-friendly error message appear, rather than the one Access automatically gives?

Many thanks
 

boblarson

Smeghead
Local time
Yesterday, 23:23
Joined
Jan 12, 2001
Messages
32,059
1. You can add validation rules and then include your own message.

2. you really should only allow data entry/edits via a FORM and not directly in tables or queries.

3. That way you can use the form's BEFORE UPDATE event to validate and return a message to the user BEFORE there is an error and then they can handle it and then validate again and if it is clean just let it go through.
 

Users who are viewing this thread

Top Bottom