|
-
Feb 14th, 2009, 07:29 AM
#1
Thread Starter
Member
Problem usin "NOT IN" syntax
Hello,
What is the proper syntax for searching using the NOT IN command, the IN sybtax works, but the NOT IN is not the proper syntax.
IN Syntax:
myaop29report.RecordSelectionFormula = "{AOP29.field2}in [ " & xyz & "]"
NOT IN Syntax: Error Message (boolean or string expected)
myaop29report.RecordSelectionFormula = "{AOP29.field2} not in [ " & xyz & "]"
Thanks,
Victor
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|