G
Guest
Hi
I've set up a database with sales figures. I have a table (called Data)
which has Date, Group, Sales, Budget, YTD and this holds the raw data which
I need to display.
I have created three queries using this info which is based on the date
entered in a form. One query has 12 records (one for each Group) and each
record has Sales, GP and Budget figures. The second query has another 12
records, the same as the first query, but for the same month last year. The
third query has up to 144 records (depending on the month) as this selects
the YTD figures.
I now need to display this information. I thought about using a form - but I
don't know how to draw the information from three different queries. I then
set up a table, so I could push the info into that - with a single append
query and a load of update queries, but I don't know how to set up the
update queries to use the other three queries I've already written.
I'm sure there must be an easy/easier way to do this. Am I coming at it from
the wrong direction? Any help/advice/experience would be very much
appreciated.
Cheers.
I've set up a database with sales figures. I have a table (called Data)
which has Date, Group, Sales, Budget, YTD and this holds the raw data which
I need to display.
I have created three queries using this info which is based on the date
entered in a form. One query has 12 records (one for each Group) and each
record has Sales, GP and Budget figures. The second query has another 12
records, the same as the first query, but for the same month last year. The
third query has up to 144 records (depending on the month) as this selects
the YTD figures.
I now need to display this information. I thought about using a form - but I
don't know how to draw the information from three different queries. I then
set up a table, so I could push the info into that - with a single append
query and a load of update queries, but I don't know how to set up the
update queries to use the other three queries I've already written.
I'm sure there must be an easy/easier way to do this. Am I coming at it from
the wrong direction? Any help/advice/experience would be very much
appreciated.
Cheers.