hi, how can i have several IF statements in a statement. if you know vb then it may make more sence as:
does that help? this is like the best i can explain which either makes me stupid or not that good at thinking.VB Code:
If var1 = "something" then If var2 = "somethingelse" then Do_Something End If End If
thanks, dandono




Reply With Quote