I have a form which displays four records. Each record has two fields, the practice number of the competiton and the number of hits on a target or, in some cases, the score.
For each practice there is a maximum number of hits or a maximum score.
In use, it has been found that the person entering the data has made a keying error and entered a figure which is greater than either the maximum number of hits or the maximum score.
I would like to set a "Before Update" event to compare the figure entered with a maximum value. If it is less than the maximum, the figure is accepted, if it is greater, a warning message is displayed.
Can anyone give me a steer as to how this can be achieved.
Best Regards
John
For each practice there is a maximum number of hits or a maximum score.
In use, it has been found that the person entering the data has made a keying error and entered a figure which is greater than either the maximum number of hits or the maximum score.
I would like to set a "Before Update" event to compare the figure entered with a maximum value. If it is less than the maximum, the figure is accepted, if it is greater, a warning message is displayed.
Can anyone give me a steer as to how this can be achieved.
Best Regards
John