ACC: Form Wizard Fails to Create Subform
ID: Q164236
|
The information in this article applies to:
-
Microsoft Access versions 7.0, 97
SYMPTOMS
Novice: Requires knowledge of the user interface on single-user computers.
When you try to create a new main form/subform using the Form Wizard in
Microsoft Access 97, you may receive the following error message:
The wizard is unable to create your form.
CAUSE
The name of the table or query upon which your subform is based contains
more than 56 characters.
In Microsoft Access 97, the maximum number of characters you can use in an
object name is 64. When the Form Wizard names your subform, it uses the
table or query name, and then appends a space and the word "subform" to it.
If your table or query contains more than 56 characters, the name of the
Wizard-created subform contains more than the maximum 64 characters, and
the wizard does not allow you to rename it.
RESOLUTION
To work around this behavior, make sure the table or query upon which your
subform is based does not contain more than 56 characters.
STATUS
Microsoft has confirmed this to be a problem in Microsoft Access 97.
This problem no longer occurs in Microsoft Access 2000.
MORE INFORMATION
Steps to Reproduce Problem
CAUTION: Following the steps in this example will modify the sample
database Northwind.mdb. You may want to back up the Northwind.mdb file
and perform these steps on a copy of the database.
- Start Microsoft Access and open the sample database Northwind.mdb.
- Select the Products table in the Database window.
- On the Edit menu, click Rename. Change the name of the table to
tblThe_Name_Of_This_Table_Contains_More_Than_56_Characters.
- Click the Forms tab in the Database window, and then click New.
- In the New Form dialog box, click Form Wizard, and then click OK.
- In the Form Wizard, select Categories in the Tables/Queries box, and
then add all the fields in the Available Fields box to the Selected
Fields box.
- Select tblThe_Name_Of_This_Table_Contains_More_Than_56_Characters in the
Tables/Queries box, and then add all the fields in the Available Fields
box to the Selected Fields box. Click Finish.
- Note that you receive the error message "The wizard is unable to create
your form." Click OK, and then close without saving the main form the
wizard created.
- Repeat steps 2 and 3 to select and rename tblThe_Name_Of_This_Table
_Contains_More_Than_56_Characters back to its original name, Products.
REFERENCES
For more information about Microsoft Access 97 specifications, search the
Help Index for "specifications, Microsoft Access," or ask the Microsoft
Access 97 Office Assistant.
Keywords : kberrmsg FmsWizm FmsSubf
Version : 7.0 97
Platform : WINDOWS
Issue type : kbbug