Enter Parameter Value

C

CK

I observed that everytime I changed a combo box name, somehow it will always
prompt me the Enter Parameter Value referring to the old combo box name. For
example, I created a combo box with some code using the default assigned name
like Combo42 and then decided to change the name to something meaningful like
cboCustomer. Everytime I open the form, I get an Enter Parameter Value for
Combo42. I've checked the code and could not find any other reference to the
old Combo42 name. Where else should I look? Thanks.
ck
 
Top