"... the underlying query/table structure I will need? ..." to do what?
You need to produce a datasheet containing the data you want to graph. How
you get it from your underlying tables is up to you. It may all be in a
single table, or you may need to construct a query to join data from several
tables. In the property sheet for the MSChart object, you set the Row
Source property to either the name of an existing table or query (available
via the drop-down on the field), to a valid SQL string, or you can click on
the "..." button to invoke the query builder. By default, the first field
in your data source will be the x-axis variable, the rest will be displayed
on the y-axis/axes. The Data menu for the Chart object (double-click to
edit the chart object itself) present various options to change these
defaults.
As for examples, I'm not aware of any related directly to graphs/charts in
Access, but I'm sure there will be some available if you search for them.
You could also search for graph/charts in Excel, as the graph applet is
essentially the same. As far as general Access examples, the list is very
large. A useful starting point is Jeff Conrad's resource list at
http://www.accessmvp.com/JConrad/accessjunkie/resources.html
HTH,
Rob