Paul writes "Hi GuysMy problem in a nutshell is this. I have a table, which has a primary key (ID), name (Name) and two value fields (FieldA, FieldB). The table looks like this ID Name FieldA FieldB---------------------------------------1 Paul 1 52 Paul 1 23 Paul 1 54 Paul 1 55 Paul 1 56 Paul 1 57 Bill 1 28 Bill 1 59 Mary 1 2
I want to produce a report in the following formatName FieldA FieldB FieldA FieldB FieldA FieldB FieldA FieldB ===============================================================Paul 1 5 1 2 1 5 1 5Paul 1 5Bill 1 2 1 5Mary 1 2
It should be fairly simple, but conceptually I am really struggling. Can you give me any help?Many thanksPaul Hollyer"