I am trying to prevent duplicate entries, but the record is only duplicate if 3 fields are identical between records.
For example:
CC# (unique)
Number (*)
Title
FromRev (*)
ToRev (*)
Changes
Void
If [Number], [FromRev], and [ToRev] match another record, the user should not be allowed to go...