Enter Parameter Value error

  • Thread starter Thread starter Roy Goldhammer
  • Start date Start date
R

Roy Goldhammer

Hello there

I have unbound form with 5 combo boxes bound to quries.

All the quries have parameters, which the parameters are name of controls in
the form

Sometimes when i close the form, and another form is being activated (it was
before the current form loaded) i get an errors of EnterParameter Value, and
the old form is being opend in normal size, and pressing OK on the parameter
value the form is closed

What can cause this problem?
 
Roy

I seem to recall a bug related to DoCmd.Maximize and DoCmd.Restore and
parameters used in the form's controls. Give this a try... in your form's
OnClose event, add:

DoCmd.Restore
 
Thankes A lot

--
???? ???????
???? ????? ?????
??' 03-5611606
???' 050-7709399
??????: (e-mail address removed)
 
Back
Top