|
-
Sep 2nd, 2005, 12:12 PM
#1
Thread Starter
New Member
Drawing monthly reports
hi guys,
i want to draw a report for quotations for each month from an access database table which contains all quotations made from the time the program was installed. i want the user to click on the month e.g September, then a report is generated for the month of September. Note that not all days in the month have quotation entries.
Please help.
-
Sep 5th, 2005, 03:18 AM
#2
Re: Drawing monthly reports
either make a query or have a reporting table ready. If you go for a table you need to delete all records from it first.
Then you fill it with the specified month/year totalled quotes. This would be an insert into (append) query, which does all the totalling for you (use the E button)
Then make a report that reads that table.
The above is one option - the other is to have a select query (mentioned above)to pull in the required data, but you'd probably need to read up on parameters.
Feeling like a fly on the inside of a closed window (Thunk!)
If I post a lot, it is because I am bored at work! ;D Or stuck...
* Anything I post can be only my opinion. Advice etc is up to you to persue...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|