L
Larry Dietrick
I have a couple of problems: First, when let's say I have
a table with Columns A, B, and C. I want to make a query
such that when I run it, it outputs the contents of
Columns A and B for all the entries that have the
value "yes" in Column C (notice that is not one of the
two columns I want it to output.) I would want the query
to output this content in two of its own columns.
Secondly, I have a column in my table full of numbers. I
want the query to tell me how many of those numbers in
that column are less than 30. How do I do this?
Thanks for any help.
a table with Columns A, B, and C. I want to make a query
such that when I run it, it outputs the contents of
Columns A and B for all the entries that have the
value "yes" in Column C (notice that is not one of the
two columns I want it to output.) I would want the query
to output this content in two of its own columns.
Secondly, I have a column in my table full of numbers. I
want the query to tell me how many of those numbers in
that column are less than 30. How do I do this?
Thanks for any help.