Computing.Net > Forums > Programming > MS Access Report Generation

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

Reply to Message Icon

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?



Sponsored Link
Ads by Google

Response Number 1
Name: i was wondering that
Date: June 19, 2002 at 09:32:53 Pacific
Reply:

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

http://www.access-programmers.co.uk/forums/

cheers


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


MySQL/Perl losing data in... send form to email in htm...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: MS Access Report Generation

Reporting in MS Access www.computing.net/answers/programming/reporting-in-ms-access/9371.html

Reporting in MS Access www.computing.net/answers/programming/reporting-in-ms-access/9225.html

Ms acces report www.computing.net/answers/programming/ms-acces-report/14562.html