Thread: Restrict
View Single Post
  #3  
Old January 13th 06, 09:14 PM posted to microsoft.public.outlook.program_addins
jim
external usenet poster
 
Posts: 26
Default Restrict

Thanks I will try it.
Rog

Mark J. McGinty wrote:
"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