Parameter prompt whne Form closes

C

Chip

I have a several forms with two combo boxes. The ProductID combo is filtered
based on the selection in the CarrierID combo. I set AfterUpdate Event of the
CarrierID to Me.cboProductID.Requery. I did the same for OnCurrent of the
form.

I've done this hundreds of times without any issues until this database.

Sometimes, when the forms close the parameter prompt for the CarrierID comes
up. Any ideas why and how to eliminate it?
 
Top