|
Re: Logic help
Thanks for the info, I thought of the same thing,
but I'd like to write the if then statement but don't know how to write it to "take no action"
example:
If boxes are "blank or contains "N/A" then take no action
else
display status and date
What I'd like the If statement to do is:
if boxes are blank or contains n/a then do not display those boxes, date and status
else
display them
How do I write this in javascript or vbscript?
Thanks for your help.
|