C
Christine
I would like to put a chart on a form (and later on, in a
report) but Access Help doesn't give a clue where to begin.
I simply want a bar chart showing how many records (the
count) in a table meet certain criteria. For example,
number of records with Status = "Open"
--or, more complicated--
number of records with Status = "Open" and 60 days
past their DueDate
Do you write a query first, then a report based on a
query, then insert a chart on the form based on the report
(which is based on the query? Or do you just write a
report and specify an expression (which is also based on
an underlying query?). Or should I write a query that puts
the values in another temporary table (like when Query
Wizard asks if you want to base your query on a table, a
query or both?)
As a VERY green user, I haven't even been unsuccessful
writing the expresion/query - much less putting results
into a chart ! -- so lots of help will be welcome!
report) but Access Help doesn't give a clue where to begin.
I simply want a bar chart showing how many records (the
count) in a table meet certain criteria. For example,
number of records with Status = "Open"
--or, more complicated--
number of records with Status = "Open" and 60 days
past their DueDate
Do you write a query first, then a report based on a
query, then insert a chart on the form based on the report
(which is based on the query? Or do you just write a
report and specify an expression (which is also based on
an underlying query?). Or should I write a query that puts
the values in another temporary table (like when Query
Wizard asks if you want to base your query on a table, a
query or both?)
As a VERY green user, I haven't even been unsuccessful
writing the expresion/query - much less putting results
into a chart ! -- so lots of help will be welcome!