Crosstab

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi everyone,
I have a qry that includes Client, Year, and then about 20 more fields
of mostly dates. What I would like to set up is a cross tab that would show
each client and year as rows then show me for each client and year which of
the other fields is null.
Ideas?

Thanks.
 
What you have is a spreadsheet. You can not make a crosstab query from that.
You need to change your table structure to something like this --
Client
EventDate
Event

Then you can extract the year from the date field when you need it. You can
use a union query to make a new table of your current data.
 

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