Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
MS Access Report Generation
Name: Oliver Date: June 19, 2002 at 08:52:39 Pacific
Comment:
Hi I have created a table with several records in it (MS Access 2000 by the way), and a form to input and search through them. I have made a button on this form with the command to print a report, however I want to print out a report for just one record rather than the default option of all of them. Can anyone help me in my darkest hour?
I'm having a similar problem, but my program only requires one total record at a time, so I've been deleting entries after the report is done, so that each time through, there is only 1 to print anyways.
0
Response Number 2
Name: mark Date: June 19, 2002 at 23:39:59 Pacific
Reply:
you need to make the report run off a query, then when you click you print report button, the id of the visible record gets passed to the query and the report only displays one record.
[Forms]![frm_main]![id] forms or form cant rember, just woke up
the above expression sits in the query and calls the id number off the selected form.
that will sort it
0
Response Number 3
Name: brensan Date: June 20, 2002 at 09:09:42 Pacific
Reply:
This is probably one of the best resources for access related info around. Give it a try
Summary: Hi Friends I need a report in MS Access (related Banking System) for any customer. My Fields are 1) Date 2) Debit Amount 3) Credit Amount 4) Balance My problem is this that I could not find the Ba...
Summary: Hi Friends I need a report in MS Access (related Banking System) for any customer. My Fields are 1) Date 2) Debit Amount 3) Credit Amount 4) Balance My problem is this that I could not find the Bala...
Summary: i'm using ms acces report to display data from mysql tables. using a dynamic pass through query to connect the report to mysql programmatically by changing the passthrough sql. the problem is ms acces...