Thread: Restrict
View Single Post
  #2  
Old January 12th 06, 09:58 PM posted to microsoft.public.outlook.program_addins
Mark J. McGinty
external usenet poster
 
Posts: 56
Default Restrict


"jim" wrote in message
...
I want to find all contacts that do not have an empty CompanyName
it seems
"[CompanyName] != ''";



Try this:

"[CompanyName] ''"

The language in which you are developing does not alter the way OOM parses
these conditions.


-Mark



does not work. Can I used != in an restrict?
Thank you



Ads