G
G Lam
Hi, I have a hard time to use the count function.
I have a table like this:
ordernbr picker packer date
1111 John Tim 10/1/04
1112 Jim Tim 10/1/04
1113 Tim John 10/2/04
1114 Joe Jason 10/2/04
1115 Jason Joe 10/2/04
1116 Tim John 10/2/04
How can I make a query has a data set as following:
Name Pick pack Date
John 1 0 10/1/04
Tim 1 3 10/1/04
John 0 1 10/2/04
Tim 2 0 10/2/04
Joe 1 1 10/2/04
Jason 1 1 10/2/04
Thank you in advance.
Gary
I have a table like this:
ordernbr picker packer date
1111 John Tim 10/1/04
1112 Jim Tim 10/1/04
1113 Tim John 10/2/04
1114 Joe Jason 10/2/04
1115 Jason Joe 10/2/04
1116 Tim John 10/2/04
How can I make a query has a data set as following:
Name Pick pack Date
John 1 0 10/1/04
Tim 1 3 10/1/04
John 0 1 10/2/04
Tim 2 0 10/2/04
Joe 1 1 10/2/04
Jason 1 1 10/2/04
Thank you in advance.
Gary