This is the error msg:
."Subquery returned more than 1 value. This is illegal when the subquery follows =, !=, <, <= , >, >=, or
when the subquery is used as an expression.
Command has been aborted. "
Example: I want a list of peoples phone numbers that fall in certain criteria, and a few people have more than one number that falls in the parameters. I only want one of these numbers per person and don't care which. How can I code this without another nested query or long case statement. There is a large number of records and performance is an issue.
Thank you in advance
."Subquery returned more than 1 value. This is illegal when the subquery follows =, !=, <, <= , >, >=, or
when the subquery is used as an expression.
Command has been aborted. "
Example: I want a list of peoples phone numbers that fall in certain criteria, and a few people have more than one number that falls in the parameters. I only want one of these numbers per person and don't care which. How can I code this without another nested query or long case statement. There is a large number of records and performance is an issue.
Thank you in advance