I have a simple Report that uses a simple query. Everything works fine if all of the records are unique and will come out like:
Field1 10
Field2 5
But if there is a duplicate entry say for "Field2" it comes out like this:
Field1 10
Field2 4
Field2 1
Im not sure why this happens or how to fix it...can someone please help!
Thanks!!
Paul
Field1 10
Field2 5
But if there is a duplicate entry say for "Field2" it comes out like this:
Field1 10
Field2 4
Field2 1
Im not sure why this happens or how to fix it...can someone please help!
Thanks!!
Paul