index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard v2 |
| |||||||
Jul 19 2005, 10:17 AM |
| ||||||
Latitude7ds from: somewhere | How do I get the Wizard to Create Query Like this... Select * From aData where RefID = 37 AND (AttID = 112 OR AttID = 113 OR AttID = 114) I want it to return only the rerences with 37 with ALL 112, 113, 114 Attributes Seems like a simple query. | ||||||
Jul 19 2005, 1:29 PM |
| ||||||
ghost from: Washington, DC | Use the IS IN condition for the Attributes i.e. IS IN(112,113,114) as shown in the image below ------------------------- Ghost | ||||||
Pages: (1) [1] |