Before a new record is inserted I am trying to get the system to check that no record with this unique identifier exist before processing the CFINSERT.
I've tried:
<CFIF #email# is #database.email#)>
Record Exists
<CFELSE>
<CFINSERT statement>
</CFIF>
and various variations of this.
Anyone point me in the right directions, thanks.
John
I've tried:
<CFIF #email# is #database.email#)>
Record Exists
<CFELSE>
<CFINSERT statement>
</CFIF>
and various variations of this.
Anyone point me in the right directions, thanks.
John