I have a report, which is in order of EmployeeID. In the report I look up the employee name in another table. The first two fields displayed on each line of the report are employee ID (column) and employee name (variable):
[EmpID] [rvEmpName] Both fields are marked Suppress Repeating Values. This setting seems to work EXCEPT that sometimes, when the employee number changes, the [EmpID] column field displays but the [rvEmpName] variable field is still suppressed. This appears to happen when the line is the first one on a new page. By setting the SuppressRepeatedValues flag off, I can see that the value in rvEmpName really is changing -- it's not a case of two employee numbers with an identical name. Anyone seen anything like this? Any suggestions? -- Larry
