Delete Custom Outlook Control thru Access VBA

  • Thread starter Thread starter Boyd
  • Start date Start date
B

Boyd

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

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top