Feb 5, 2001 #1 mark01 Technical User Jan 17, 2001 600 US Is there anyway to put a "not equal to" statement in a macro? For example, I have Condition [pass]=[pass2] I want... [pass]not equal to[pass2] I tried an else statement, but it didn't work.
Is there anyway to put a "not equal to" statement in a macro? For example, I have Condition [pass]=[pass2] I want... [pass]not equal to[pass2] I tried an else statement, but it didn't work.
Feb 5, 2001 #3 rhicks Programmer Nov 26, 1999 212 US Try: [pass]<>[pass2] HTH RDH Ricky Hicks ricky@athree.com Upvote 0 Downvote
Feb 6, 2001 Thread starter #4 mark01 Technical User Jan 17, 2001 600 US That works perfect!! Thank You Upvote 0 Downvote