Hi,
I am stuck on the following and I need help.
I added an autonumber for each record and it worked doing this under formula fields:
WhilePrintingRecords;
Global NumberVar x;
x:=x+1;
x
what's not working is when I have 2 similar records I want to show each with unique number. for example
Mom3 has 2 babies: BA1 and BA2
the count should by mom instead of by baby
I want autonumber to be 3 for both
Autonumber ------- Name ------------Baby
1--------------- Mom1 ------------BA1
2 --------------- Mom2 ------------BA2
3--------------- Mom3 ------------BA1
4 --------------- Mom3 -----------BA2
5 --------------- Mom4 -------------BA1
Thank you advance
I am stuck on the following and I need help.
I added an autonumber for each record and it worked doing this under formula fields:
WhilePrintingRecords;
Global NumberVar x;
x:=x+1;
x
what's not working is when I have 2 similar records I want to show each with unique number. for example
Mom3 has 2 babies: BA1 and BA2
the count should by mom instead of by baby
I want autonumber to be 3 for both
Autonumber ------- Name ------------Baby
1--------------- Mom1 ------------BA1
2 --------------- Mom2 ------------BA2
3--------------- Mom3 ------------BA1
4 --------------- Mom3 -----------BA2
5 --------------- Mom4 -------------BA1
Thank you advance