Can't Reference A Custom Control On a Custom Form

D

David M.

Does anyone know why I can't reference a custom control
(combo box) on a custom form?

I use the following:
Set FormPage = Item.GetInspector.ModfiedFormPages
("Newform") [Works OK]

Set ControlX = FormPage.Controls("cboRequester")
[DOES NOT WORK. CODE STOPS AT THIS POINT]

I am using Windows 2000 (as a non-ADMIN user) and
Outlook 2000.

All help is appreciated.
 

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