I have a form loaded from code like: DoCmd.OpenForm "frmWebEvent",
whereCondition:="zeid = [forms]![frmSwitchboard]![lstWebEvent]"

All the functionality on the form works fine.

Form opens, has subforms, lists, combo boxes, etc. When I close the form using a button (docmd.close), I get a parameter prompt of: Enter parameter query for forms!frmWebEvent!zeid I've also tried the full command of doCmd.close acForm, "formName" Same thing.

But, if I use the windows close x box, I don't get the prompt. There's nothing behind the close command to do anything - just close the form. If I hit cancel, everything closes fine.

Anybody know what causes it or how I can get rid of it?