Here’s my problem:
[ul]
[li]I am using a Microsoft Access database for one of our departments for data entry.[/li]
[li]They are taking forms that are completed by clients and inputting each form as a new data entry.[/li]
[li]The forms take information about where the client lives (counties inside our state), their income level, age group, and ethnic background. The client just fills in the number of people that fall into each of those categories, that live in the household. For example, if they have 2 Asian individuals living in their household, they would put a “2” in front of the “Asian” field on the form. See linked scan[/li]
[li]I then have a report, that tallies all of the data from every single form, and prints the numbers on the page. See linked image[/li][/ul]
My problem, is that it is doing a page for every single data entry when I run the report. I only want the first page of the report to show and print, because all I am doing, is taking the sum of each field in the data entry objects. For instance, in the Asian textbox, I have the following formula: =DSum([Asian])
How can I force the report to display only the first page, and more importantly have it print only the first page?
Thank you very much to everyone in advance for their help!![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
[ul]
[li]I am using a Microsoft Access database for one of our departments for data entry.[/li]
[li]They are taking forms that are completed by clients and inputting each form as a new data entry.[/li]
[li]The forms take information about where the client lives (counties inside our state), their income level, age group, and ethnic background. The client just fills in the number of people that fall into each of those categories, that live in the household. For example, if they have 2 Asian individuals living in their household, they would put a “2” in front of the “Asian” field on the form. See linked scan[/li]
[li]I then have a report, that tallies all of the data from every single form, and prints the numbers on the page. See linked image[/li][/ul]
My problem, is that it is doing a page for every single data entry when I run the report. I only want the first page of the report to show and print, because all I am doing, is taking the sum of each field in the data entry objects. For instance, in the Asian textbox, I have the following formula: =DSum([Asian])
How can I force the report to display only the first page, and more importantly have it print only the first page?
Thank you very much to everyone in advance for their help!