G
Guest
I have a misbehaving bound combo box on a form. The field to which it is
bound is neither required nor part of the primary key in the table, yet the
form generates a 3162 error ("You tried to assign the Null value to a
variable that is not a Variant data type") when I clear the value, whether
manually or programmatically.
Other reasons for 3162?
In addition, the PK of the table to which the form is bound consists of 4
fields. Curiously, I get the 3162 when deleting the value from any of the
three non-date controls, but not when I clear the value of the one
date-formatted control/field that is part of the PK.
bound is neither required nor part of the primary key in the table, yet the
form generates a 3162 error ("You tried to assign the Null value to a
variable that is not a Variant data type") when I clear the value, whether
manually or programmatically.
Other reasons for 3162?
In addition, the PK of the table to which the form is bound consists of 4
fields. Curiously, I get the 3162 when deleting the value from any of the
three non-date controls, but not when I clear the value of the one
date-formatted control/field that is part of the PK.