ACC2: Command Button Wizard Prompts for Parameter ValueLast reviewed: July 11, 1997Article ID: Q119475 |
The information in this article applies to:
SYMPTOMSModerate: Requires basic macro, coding, and interoperability skills. When you choose a command button, created with the Commmand Button Wizard, on a subform to open another form to the current record in the subform, you are prompted "Enter a parameter value" for the value of the linked field as if the subform were a main form, not a subform.
CAUSEWhen you created the command button, the Command Button Wizard did not recognize that the form you were using was a subform. Instead, the wizard assumed that the form was a main form.
RESOLUTIONAfter you run the Command Button Wizard, edit the command button's code to properly reference the control on the subform. The correct syntax for referencing a control on a subform is:
Forms![MainFormName]![SubformName].Form![ControlName] STATUSMicrosoft has confirmed this to be a problem in Microsoft Access version 2.0. This problem no longer occurs in Microsoft Access version 7.0.
MORE INFORMATION
Steps to Reproduce ProblemCAUTION: Following the steps in this example will modify the sample database NWIND.MDB. You may want to back up the NWIND.MDB file, or perform these steps on a copy of the NWIND database.
REFERENCESFor more information about how to reference a control on a subform, search for "subforms: referring to controls," and then "Referring to Controls on a Subform or Subreport" using the Microsoft Access Help menu. Microsoft Access "Building Applications," version 2.0, Chapter 4, "Using Forms to Collect, Display, and Filter Information," page 83
|
Additional query words: sf
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |