Subscript out of range error given by Report Wizard

A

aine_canby

Hi,

I have a query which gives something like the following -

TestName TesterID

Test1 121
Test2 121
Test2 244
Test3 121
Test4 121
Test4 224
Test4 566
Test5 566
Test5 566

I wan't to print a report that looks something like this -

Test1: 121
Test2: 121, 244
Test3: 121
Test4: 121, 224, 566
Test5: 566
Test5: 566

When I try to build a report using the query wizard I get an error
message that says "Subscript out of range". Therefore the wizard has a
bug which might be related to having the TestName field containing the
same names more than one.

Anyway, is there a work around for this? Perhaps I could write a query
which gives the following table first -

TestName TesterIDs

Test1 121
Test2 121, 244
Test3 121
Test4 121, 224, 566
Test5 566
Test5 566

but I'm not sure what that query would be. I'd need to convert the
Tester fields to strings and concat them some how...

Thanks,

Aine
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top