Avatar

Level 10

Hi,

It looks like the script is referencing an object called "DropDownList1", but that this object either:

- does not exist;

- exists, but has a different name; or

- exists, but DropDownList1 is in a different subform to that of the button.

When referencing an object you need to give a sufficiently full reference.

Niall