Forum Discussion
MarkShnier__You
Qrew Legend
4 years agoI think I missed a point in you post.
Try this
IF(IsNull([Record ID#]) and
Size(
GetRecords("{22.EX." & [SSN] & "}"),3)) >0, "A CLIENT ALREADY EXISTS WITH THIS SSN.")
That should mean that the test will only be active in Add Mode.
You can also have another field that does not block the save which is just informational.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
Try this
IF(IsNull([Record ID#]) and
Size(
GetRecords("{22.EX." & [SSN] & "}"),3)) >0, "A CLIENT ALREADY EXISTS WITH THIS SSN.")
That should mean that the test will only be active in Add Mode.
You can also have another field that does not block the save which is just informational.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
- ToddMolino4 years agoQrew CadetHey Mark, I had sent you a private thank you but wanted to post the final formula here for others. Thanks again for your help!
If(IsNull([Record ID#]) and
Size(
GetRecords("{22.EX.'" & [SSN] & "'}")) > 0, "A CLIENT ALREADY EXISTS WITH THIS SSN.")
Todd
------------------------------
Todd Molino
------------------------------