here is advice from Steve Schapel that helped on a similar requirement:
------------------------------------------------------------------------------------------
Make a macro with the MsgBox action, and enter an appropriate message to
display. In the Condition (if you can't see a Condition column in the macro
design window, select it from the View menu), put the equivalent of this...
DCount("*","YourTable","[FieldName]='" & [TextBoxName] & "'")>0
Assign this macro on the Before Update event of your form, .

Signature
Steve Schapel, Microsoft Access MVP
--
NTC
> How would I go about doing this? I try to "match" what is already in the
> recordset, and I get Runtime Errors with Access. I just need to match 1 set
[quoted text clipped - 20 lines]
> > >
> > > Thanks