
Crystal Report 'End of Report'
I am using the Crystal Report that come with VB 4.0. I want to have a 'END
OF REPORT' mark at the end of report but I can't find a way in doing this.
Also, I have a master dataset and a detail dataset. I want the master
dataset to display once instead of many times in the report. So, I use the
'Suppress if dulipcate' option in the report. However, if it happens that
the master has 2 records that the fields displayed are the same, e.g. the
sex of 2 employees are the same, then the 2nd record just disappear because
of the 'Suppress'. Anyone have solution on it?
I want the report like this,
Employee Name Sex Skills
-------------------- ----- --------
EMP-A F Cooking
Typing
EMP-B F Cooking
Cleaning
But the report came out like this,
Employee Name Sex Skills
-------------------- ----- --------
EMP-A F Cooking
Typing
EMP-B Cooking
Cleaning
Brenda