H
Hulicat
I know very little in regards to Access the syntax apparently is
different than MSSQL.
I have the following table that looks like this.
Table A
Name Price
Tom 111
Tom 158
Tom 222
John 153
Steve 586
Steve 222
Desired output:
Name Price
Tom sum for john
John ""
Steve ""
Distinct does not seem to work in Access?
different than MSSQL.
I have the following table that looks like this.
Table A
Name Price
Tom 111
Tom 158
Tom 222
John 153
Steve 586
Steve 222
Desired output:
Name Price
Tom sum for john
John ""
Steve ""
Distinct does not seem to work in Access?