B
bbnimda
Hi all
I use Outlook Script and I've a syntax problem in searh instruction
in my form i Search contact item in other folder
==============================
myFolder = "here I go to the desired folder "
Set myItems = myFolder.Items
Target = "Here is the wanted CompanyName"
set myItem = Items.Find(["CompanyName]="""&Target&""" ")
If not (myItem Is Nothing) then
myitem.display
end if
=======================
I tryed diff syntax But I Always have an error
Tks for help
I use Outlook Script and I've a syntax problem in searh instruction
in my form i Search contact item in other folder
==============================
myFolder = "here I go to the desired folder "
Set myItems = myFolder.Items
Target = "Here is the wanted CompanyName"
set myItem = Items.Find(["CompanyName]="""&Target&""" ")
If not (myItem Is Nothing) then
myitem.display
end if
=======================
I tryed diff syntax But I Always have an error
Tks for help