mangeloni
04-23-2003, 08:08 AM
This may be simple for some of you...but I am not sure how to do write the code for this...
I have the following if statement
<% if (GuesserRecord.Fields.Item("Name") == "Suggest") { %>
But I want to ADD to it where:
if the above AND GuesserRecord.Fields.Item("KnowSex") does not equal "Boy"
Thanks in advance!
~MVA
I have the following if statement
<% if (GuesserRecord.Fields.Item("Name") == "Suggest") { %>
But I want to ADD to it where:
if the above AND GuesserRecord.Fields.Item("KnowSex") does not equal "Boy"
Thanks in advance!
~MVA