N
New_Access
I have a table like below
Date/time A B C1 D1 E1 C2
D2 E2 Remark
I want the data separated in two reports,with addition:
*) Date/time sort ascending.
*) Grouping by field A and B
*) The value of C1,D1,E1,Remark are in first page.
*) The value of C2,D2,E2,Remark are in second page
*) There are four function for each C1....E2 fields,they are
Max,Min,Mean,and StDev in both of report pages.
Before printing the report the user should find the records
first in a form.But how to NOT print the secong page actually
there is no data in field C2.....E2 or all of their values is 0.
Please advise?
Date/time A B C1 D1 E1 C2
D2 E2 Remark
I want the data separated in two reports,with addition:
*) Date/time sort ascending.
*) Grouping by field A and B
*) The value of C1,D1,E1,Remark are in first page.
*) The value of C2,D2,E2,Remark are in second page
*) There are four function for each C1....E2 fields,they are
Max,Min,Mean,and StDev in both of report pages.
Before printing the report the user should find the records
first in a form.But how to NOT print the secong page actually
there is no data in field C2.....E2 or all of their values is 0.
Please advise?