Making Chart from a Query

  • Thread starter Roshan Abbasi via AccessMonster.com
  • Start date
R

Roshan Abbasi via AccessMonster.com

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!
 
Top