R
Robert
I have a form for taking questions in a questionnaire. There is a list box
on the form which shows possible choices based on the question number which
is in another text box. The question number is referenced in the list box's
data source query in the form Forms!frmSurvey!txtQuestionno. It works
except when I do a DoCmd.Close on the form I get a popup asking me for the
parameter value Forms!frmSurvey!txtQuestionno. This does not happen when I
click on the X to close the form. Why am I getting a parameter popup on
DoCmd.Close and how can I get rid of it?
Robert
on the form which shows possible choices based on the question number which
is in another text box. The question number is referenced in the list box's
data source query in the form Forms!frmSurvey!txtQuestionno. It works
except when I do a DoCmd.Close on the form I get a popup asking me for the
parameter value Forms!frmSurvey!txtQuestionno. This does not happen when I
click on the X to close the form. Why am I getting a parameter popup on
DoCmd.Close and how can I get rid of it?
Robert