Making Chart from a Query

Abbasi

New member
Local time
Today, 16:23
Joined
Jun 29, 2005
Messages
7
One of the requirements of my project is that a report should print a Bar Chart, based on a query.
The related query has the following fields:

ItemCode, Quantity_received, Quantity_delivered, and the Date.

The report should depict the number of transactions over a period of time, chosen by the user.

I have programming knowledge in Visual Basic, but quite beginner in MS Access VBA.

Any help please!
 
In the report, click on Insert and click on Chart.
The Access chart query should take over and prompt you for all the steps you need to make an appropriate chart.
 

Users who are viewing this thread

Back
Top Bottom