C
Cy
First off, I hope I am posting this to the right group.
Here's what I got.
I have a table that contains a type of service, cost and a comment. I
have created a query, in which I want to combine two types of service
to get a total on one line. Easy enough. The hard situation is
trying to combine the comments.
Example, in the table might be something like this:
Type of Service Cost Comment
TV Repair $15.00 Needs soldered
TV Repair $22.00 shouldn't take more then 10 minutes
Scrub Floors $50.00 bring a new mop
In the 1 query, I am using the criteria for tv repair and scrub
floors. In a second query, I am using the prior results query to the
do a sum on the cost field. The problem is that i would like to
combine all the comments for the items into one long comment.
Final result would look something like this
Cost Comment
$87.00 needs soldered, shouldn't take more then 10 minutes, bring a
new mop (NOTE: all this in one row, combined).
So, the question is there a way to "sum" the comment field to get it
to combine or total up in one field?
Any thoughts, suggestions or help, would be appreciated. Maybe I'm
going about this all wrong, but I'm hoping someone can help me out a
tad.
Thanks in advance.
Here's what I got.
I have a table that contains a type of service, cost and a comment. I
have created a query, in which I want to combine two types of service
to get a total on one line. Easy enough. The hard situation is
trying to combine the comments.
Example, in the table might be something like this:
Type of Service Cost Comment
TV Repair $15.00 Needs soldered
TV Repair $22.00 shouldn't take more then 10 minutes
Scrub Floors $50.00 bring a new mop
In the 1 query, I am using the criteria for tv repair and scrub
floors. In a second query, I am using the prior results query to the
do a sum on the cost field. The problem is that i would like to
combine all the comments for the items into one long comment.
Final result would look something like this
Cost Comment
$87.00 needs soldered, shouldn't take more then 10 minutes, bring a
new mop (NOTE: all this in one row, combined).
So, the question is there a way to "sum" the comment field to get it
to combine or total up in one field?
Any thoughts, suggestions or help, would be appreciated. Maybe I'm
going about this all wrong, but I'm hoping someone can help me out a
tad.
Thanks in advance.