N
NU_Dave
I know that is what the FormatCount parameter is for, but I set up;
debug.print ID & ": " & FormatCount
in the procedure that I've written, and I'm seeing the same ID repeatedly
with FormatCount = 1.
Yes - I'm positive that every row being read by the report has a unique ID.
I set up a test database with only one table, one report, and one procedure
(On Format) to check this out and it is happening in there as well.
Suggestions appreciated....
Dave
debug.print ID & ": " & FormatCount
in the procedure that I've written, and I'm seeing the same ID repeatedly
with FormatCount = 1.
Yes - I'm positive that every row being read by the report has a unique ID.
I set up a test database with only one table, one report, and one procedure
(On Format) to check this out and it is happening in there as well.
Suggestions appreciated....
Dave