cross reference duplicate

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
crash
User
Posts: 151

cross reference duplicate

Post by crash »

How would I check if Field 1 and Field 2 are duplicate.. currently I can check if duplicates in same field
Any help?
Thanks


MichaelG
User
Posts: 1110

Post by MichaelG »

Use the Form_CustomValidate server event.


Post Reply