eTom
Registered User.
- Local time
- Today, 04:11
- Joined
- Oct 15, 2009
- Messages
- 79
After fixing it to ItemNumberID, it lists every product and the total of Quantities. Perfect.
I have a field in "Products" called Obsolete that is a Yes/No. I check it off if the product is obsolete and no longer used. I've used that in my reports to only list data that is relevant to current products.
How exactly do I check this in the SQL view to only show products who's Obsolete field are "No"?
I was trying WHERE Products.Obsolete = "No" to no avail. It just pops up a dialog box asking me to type in. If I put "No" it lists all the totals, anything else and it's a blank worksheet.
I have a field in "Products" called Obsolete that is a Yes/No. I check it off if the product is obsolete and no longer used. I've used that in my reports to only list data that is relevant to current products.
How exactly do I check this in the SQL view to only show products who's Obsolete field are "No"?
I was trying WHERE Products.Obsolete = "No" to no avail. It just pops up a dialog box asking me to type in. If I put "No" it lists all the totals, anything else and it's a blank worksheet.