Hi,
I've become so use to making if statements for custom fields, I forgot how
to make one for a non-custom field!
Here's what I use now for a custom field:
if Item.UserProperties("DrawingStage") = "New" then
But for a non-custom field, this is not working:
If Item.Company.value = "" Then
Can you please help? Thanks so much.
Joel
Michael Bauer [MVP - Outlook] - 31 May 2007 05:43 GMT
If Item.Company = "" then

Signature
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Quick-Cats - Categorize Outlook data:
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>
Am Wed, 30 May 2007 11:53:04 -0700 schrieb Joel Allen:
> Hi,
>
[quoted text clipped - 12 lines]
>
> Joel