Good Morning,
I need to select the top 8 records from a large table using varying criteria. First, I would take all of the items that are, say "Red". If that didn't return 8 records, I would need to run an append query adding the difference from the other colors. How would i go about putting this together.
The first query is a simple "Top 8". It's the SQL for the append query that is getting me.
Thanks for any help you can give!
V
I need to select the top 8 records from a large table using varying criteria. First, I would take all of the items that are, say "Red". If that didn't return 8 records, I would need to run an append query adding the difference from the other colors. How would i go about putting this together.
The first query is a simple "Top 8". It's the SQL for the append query that is getting me.
Thanks for any help you can give!
V