From verticle collum to horizontal

  • Thread starter Thread starter Liz
  • Start date Start date
L

Liz

Need to create a query where the information is stored
down a collumn to appear accros a row?

EG: Multiple days that a centre is open to be listed
accross/ grouped as one entry?

Will be using for mail merge.
 
Need to create a query where the information is stored
down a collumn to appear accros a row?

EG: Multiple days that a centre is open to be listed
accross/ grouped as one entry?

Will be using for mail merge.

Duane's suggestion is one excellent WAG; my particular WAG (Wild-*****
Guess) is that you might want a Crosstab query, with centers as the
"row header" and days of the week as the "column header". These can be
generated using the Weekday() function on a date/time field.
 

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

Back
Top