View Single Post
  #1  
Old January 20th 06, 05:29 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Delete Custom Outlook Control thru Access VBA

Deleting a control from an individual item is a *bad* idea, since it would one-off the form, embedding it forever in the item.

What's your real business-related goal here?

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Boyd" wrote in message oups.com...
I have a custom Outlook form, which I populate all controls with data
from an Access database. I am coding the population of the form thru
Access VBA.
Is there any way to delete a control thru VBA code? For example, after
populating the form, I want to delete all objects that contain null
values.
I would assume this should be fairly simple, but I'm a novice to
referencing Outlook objects.

Any help is greatly appreciated.

Thanks,
Boyd

Ads