Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Email Check / Validation

Status
Not open for further replies.

adwyer

Technical User
Mar 18, 2004
2
0
0
AU
thread767-1706679
Great post fisheromacse, just a quick question.
In your formula you reference a formula {@NullCheck} what is this formula?
I have modified {personnel.email} to be the Email Address in my table but was unsure about {@NullCheck}.
Any assistance would be appreciated.
Regards
Ant[bigears]
 
It look at the email address field to see if the email address is a null value, Null = 1 not null =0
@Null Check
//
// Replace with email address field
if isnull({Command.email_addr})then 1 else 0
// end

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top