Parameter Box Value

  • Thread starter Thread starter LJG
  • Start date Start date
L

LJG

Got a problem with a Parameter box displaying when I close a form?

I have 2 combo boxes on the form to filter values, when I exit the form it
shows a parameter box for the value of the 2nd combo, any ideas why this
would occur?

TIA
Les
 
Hi,



Some of your code, VBA or SQL, is still running and tries to read the values
of the combo boxes, that do not exist anymore?


Hoping it may help,
Vanderghast, Access MVP
 
Back
Top