Hi,
I am using VB2005 & CR10
I am trying to create a formula to select records where {PersonnelDetails.PersonnelDetailsID} appear twice or more.
The Count code dosen't work; please can some one help me?
Code:
{TrainingDates.DateOfTraining} in {?@dtFromDate} to {?@dtToDate} and
Count({PersonnelDetails.PersonnelDetailsID}) > 1
