EntryId

  • Thread starter Thread starter Alicia
  • Start date Start date
A

Alicia

I have created a custom form in outlook, and I export then to an outlook
table, one of the field i'm exporting is the "IdEntry", one i have the
access table, i want to find the mail by que Avanceded Search" i select
"Avanced" and then i select the personal form, and i select the field
"EntryId" and write the value...but with the condition "is" or
"contiene"..it's never found, but if I chosse "is empty" it found all the
mails of the folder....
What is wrong?
Thanks and sorry for my english.

Alicia.
 
Is the custom field you are using defined in the folder or just in the
form (items)? Is it being displayed in the current view?
 
The field is defined in the form, , and the form is automaticaly opened in
the folder.
Yes, it's displayed in the current view as a custom field, when I open the
form, in the code i wrote:

Funtion item_open()
Set IdOutlook= Item.getInspector.modifiedFormPages("Message").IdOutlook
Idoutlook.Value= EntryId
End Function

Thanks for your help.

Alicia.
 
No, what I meant is the custom field listed in the form as defined in
the folder and not just in the item? If you open your custom form in
design mode and go to the All Fields tab and select "User-defined
fields in folder" in the drop-down does your custom field show up? It
has to to be able to search on the property. You also must initialize
that field so it is never empty.
 
mmmmmmm...sorry ..but I dont know just to initilize the field in the
folder...may you explain me..please?
I thank you tooooo much.

Alicia.
 
Back
Top