View one record at a time in a report.

U

uroron

I am new to access.
I created a report from a table using the wizard.
When I view the report, I only want to see one given record at a time - not
all records.
How do I do this?
Thank you
Ron
 
A

Allen Browne

The easiest way is to start from a form, where you bring up the record you
want to see. Then put a command button on the form, to open the report to
just that one record.

Here's the code you need for the command button:
Print the record in the form
at:
http://allenbrowne.com/casu-15.html
 
U

uroron via AccessMonster.com

Allen, thank you very much for your help. Your code worked perfectly.
Ron

Allen said:
The easiest way is to start from a form, where you bring up the record you
want to see. Then put a command button on the form, to open the report to
just that one record.

Here's the code you need for the command button:
Print the record in the form
at:
http://allenbrowne.com/casu-15.html
I am new to access.
I created a report from a table using the wizard.
[quoted text clipped - 4 lines]
Thank you
Ron
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top