Problem with a query design

M

Mike

In my database I have a table with two columns: "DocumentNumber" and
"DocumentDate".
For example:

DocNumber DocDate
123 02/02/07
456 02/02/07
789 02/02/07
987 02/03/07
654 02/03/07
.... ........

I need a query which can return one record with all document numbers
registered on the same date.
For example:

DocNumbers DocDate
123, 456, 789 02/02/07

Please, give a hint.
Thank you in advance!

Mike
 

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