EntryId

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.
 
K

Ken Slovak - [MVP - Outlook]

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?
 
A

Alicia

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.
 
K

Ken Slovak - [MVP - Outlook]

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.
 
A

Alicia

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top