Microsoft
Software
Hardware
Network
Question : query
I have a mailling list database that has field named called
"PROD_INT". In this field customer input the multiple catagory "A" through "L" (i.e: james:AJLK, JOHN:BCDEGHJ) to the field. My question is how can I create a query that can select a person has catagory "h" or "j" or "k" from the databse.
Answer : query
Try this:
SELECT * from MailList
where [PROD_INT] LIKE "*H*" OR
[PROD_INT] LIKE "*J*" OR
[PROD_INT] LIKE "*K*"
Chris
Random Solutions
getting the hwnd or dc for access form
For Experts: Obfuscated Access Contest
Exchange 2003 Cluster, Event ID: 1080 occurs every three seconds
Modifying tableadapter parameters
Defining anamed range dunamically
STOP: 0x00000007B (0xF7B44528, 0xC0000034, 0x00000000, 0x00000000)
Working with recordsets
Visual Studio update error "String Truncation"
Excel Conditional Column Input
ASP.NET to Sharepoint: master page, types, and other problems