ACC: Unable to Add All Fields in Graph Form Wizard (1.x/2.0)
ID: Q97511
|
The information in this article applies to:
-
Microsoft Access versions 1.0, 1.1, 2.0
SYMPTOMS
Novice: Requires knowledge of the user interface on single-user computers.
When you create a graph, you may receive the following error message
if you try to include more than one date field in the graph:
You can select only one date field.
You may receive the following error message if you try to include
more than three fields in the graph and more than one of those
fields is a text field
You can only select one non-numeric field if you want to use
<number> fields for your chart.
where <number> is the number of fields that you selected.
STATUS
This behavior is by design.
MORE INFORMATION
When you are creating a chart with the Graph Form Wizard, the Add All
(>>) button, even though it is displayed as a choice, will return an
error message if your source table or query contains more than one
date field. You will also receive an error message when using the Add
All (>>) button if your source table or query contains more than one
text field for a chart that has more than three fields.
Steps to Reproduce Behavior
- Open the sample database NWIND.MDB.
- Use Form Wizards to create a new form based on the Orders table.
- When the Form Wizard asks "Which Access Wizard do you want?" select
Graph. Choose the Next button.
- When the Form Wizard asks "Which type of Graph do you want?" choose
the Next button.
- When the Form Wizard asks "Which fields contain the data you want
to graph and use for labels?" select all the fields. To select all
the fields, choose the Add All (>>) button.
Note that when you choose the Next button, you will receive an error
message indicating that only one date field can be in the graph.
To receive the other error message, repeat steps 2-4, substituting
the Customers table for the Orders table.
Keywords : kbtool IntpGrph
Version : 1.0 1.1 2.0
Platform : WINDOWS
Issue type : kbprb