D
David M.
BOY IS THIS FRUSTRATING!
I created an Outlook 2000 User Request custom form which
includes combo boxes.
When the form opens it retrieves info from Access DB
tables and attempts to fill the PossibleValues property of
several combo boxes.
I am using the following code:
Set FormPage = Item.GetInspector.ModifiedFormPages
("NewForm") [This seems to work OK]
Set ControlX = FormPage.Controls("cboRequester")
[The code stops here and quits running the VBScript.]
All the referece sources I've found provide the above
sample code.
I am running Outlook 2000 on Windows 2000 as a (non-ADMIN
user)
Does anyone know why this doesn't work???
Thank you.
I created an Outlook 2000 User Request custom form which
includes combo boxes.
When the form opens it retrieves info from Access DB
tables and attempts to fill the PossibleValues property of
several combo boxes.
I am using the following code:
Set FormPage = Item.GetInspector.ModifiedFormPages
("NewForm") [This seems to work OK]
Set ControlX = FormPage.Controls("cboRequester")
[The code stops here and quits running the VBScript.]
All the referece sources I've found provide the above
sample code.
I am running Outlook 2000 on Windows 2000 as a (non-ADMIN
user)
Does anyone know why this doesn't work???
Thank you.