1
123
Thank you for your help and answer:
Making serial in report:
To make easy serial on Each Group You can use the following code
Control source =1
Running sum = over group
This action will put serial for each group
Ok know
I have this code:
Control source = the following lines
=IIf([Job]="Inf" Or [Job]="Chd";"";DCount("*";"QryReport";"IDFather<=" &
[IDFather] & " AND [Job]<>'Inf' AND [Job]<>'CHD'"))
This work correctly without any problem:
But I want my report work smart: OK
I will tell you:
I want this code to be smart If the pageheader0 of this group the Property
FORCE NEW PAGE = NONE
The previous code work correct right way
The problem here:
If
FORCE NEW PAGE = Before Section
The code I want :
The previous code begin new serial for each group
I have try to solve this problem put no solution until Your answer:
Thank you
Making serial in report:
To make easy serial on Each Group You can use the following code
Control source =1
Running sum = over group
This action will put serial for each group
Ok know
I have this code:
Control source = the following lines
=IIf([Job]="Inf" Or [Job]="Chd";"";DCount("*";"QryReport";"IDFather<=" &
[IDFather] & " AND [Job]<>'Inf' AND [Job]<>'CHD'"))
This work correctly without any problem:
But I want my report work smart: OK
I will tell you:
I want this code to be smart If the pageheader0 of this group the Property
FORCE NEW PAGE = NONE
The previous code work correct right way
The problem here:
If
FORCE NEW PAGE = Before Section
The code I want :
The previous code begin new serial for each group
I have try to solve this problem put no solution until Your answer:
Thank you