S
Shona Helstrom
Hi,
I'm trying to find a list of all contact in a folder where the
property is blank
The following is trying to use the restrict method
dim myItems as Outlook.Items
myItems = folder.items.restrict("[Hobby] = ''")
but this returns nothing, even though i know that the property doesn't
contain anything
I've also tried the find method but that didn't work either.
Any help would greatly be appreciated.
thanks in advance
shona
I'm trying to find a list of all contact in a folder where the
property is blank
The following is trying to use the restrict method
dim myItems as Outlook.Items
myItems = folder.items.restrict("[Hobby] = ''")
but this returns nothing, even though i know that the property doesn't
contain anything
I've also tried the find method but that didn't work either.
Any help would greatly be appreciated.
thanks in advance
shona