I know this is probably easy I just can't seem to make it work I want to show text if a record is other than zero such as
if (RSEDIT.Fields.Item("AssignTranID"
.Value)='1' then response.write "trannyname" else if (RSEDIT.Fields.Item("AssignTranID"
.Value)= 2 then response.write "anothertrannyname" else " "
so on and so on
I appreciate any help with this
If knowledge were power I would be a AAA battery!
if (RSEDIT.Fields.Item("AssignTranID"
so on and so on
I appreciate any help with this
If knowledge were power I would be a AAA battery!