H
Holly
I have data that is in this format:
ID Client Date
01 Jon 4/20/2006
02 Kim 4/20/2006
02 Kim 4/22/2006
I want to create a table that shows it in this format:
ID 4/20/2006 4/22/2006
01 1 0
02 1 1
I can get it to look like this with a crosstab query....but how can i create
a new table from it that uses the date values as field names?
Any help would be greatly appreciated!
Thanks,
Holly
ID Client Date
01 Jon 4/20/2006
02 Kim 4/20/2006
02 Kim 4/22/2006
I want to create a table that shows it in this format:
ID 4/20/2006 4/22/2006
01 1 0
02 1 1
I can get it to look like this with a crosstab query....but how can i create
a new table from it that uses the date values as field names?
Any help would be greatly appreciated!
Thanks,
Holly