View Full Version : Budget Forecast project


joeserrone
11-24-2008, 03:46 PM
Hello Everyone,
I have a budget forecasting project, I'm trying to collect some ideas and wanted your opinion.

How can I best display a form that contains say Volume Month by Month in a format similar to this:
Jan Feb Mar April May
123 234 567 897 212

Since the volume will be coming in from a database in a simple format like:
Month Volume
Jan 123
Feb 234
Mar 567

How can I display it best on a form in a horizontal format vs. a Vertical format?

Thanks

pbaldy
11-24-2008, 04:12 PM
Have you played with a crosstab query?

David Eagar
11-24-2008, 05:09 PM
Or create a chart on a form

joeserrone
11-25-2008, 09:15 AM
A crosstab query sounds exactly what I nee Paul, I haven't had a need to create many but I'll brush up on that type of query.

Thanks