B
Bart Tse
I would like to create a query that would display as follows:
Name Company Aug 2, 04 Dec 2, 05 Mar 14, 05
Doe, John XYZ Yes No Yes
Doe, Harry ABC No No Yes
This would be based on a query with the column headers: Name, Company
Represented, Date, and Attended.
I understand that it may not be possible to add in company, that's ok.
I would like the dates to pivot and then display as columns and the "attend"
data(setup as a yes/no field) to be displayed underneath.
The dates are based on meetings that occour a couple times a year and do not
necessarily repeat from year to year.
Right now all I can get is the name, and dates but I get a 1 for yes and
blank for no in the data fields.
I would appreciate any help, Thanks
Name Company Aug 2, 04 Dec 2, 05 Mar 14, 05
Doe, John XYZ Yes No Yes
Doe, Harry ABC No No Yes
This would be based on a query with the column headers: Name, Company
Represented, Date, and Attended.
I understand that it may not be possible to add in company, that's ok.
I would like the dates to pivot and then display as columns and the "attend"
data(setup as a yes/no field) to be displayed underneath.
The dates are based on meetings that occour a couple times a year and do not
necessarily repeat from year to year.
Right now all I can get is the name, and dates but I get a 1 for yes and
blank for no in the data fields.
I would appreciate any help, Thanks