Delete Custom Outlook Control thru Access VBA

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
 
S

Sue Mosher [MVP-Outlook]

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
 

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