Thread: Logic help
View Single Post
  #3 (permalink)  
Old Aug 31st, 2006, 04:07
jayaime jayaime is offline
Junior Member
Join Date: May 2006
Location: washington
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote