Microsoft
Software
Hardware
Network
Question : Correct syntax in a Where clause
I need help with the syntax of a Select statement where the WHERE clause is looking for records that have a value that is True (a Yes/No data type).
Here is the statement that doesn't work:
rst1.Open "SELECT * FROM qryList WHERE SendEmail = " & "" & True & "'""
Thanks in advance,
Ron
Answer : Correct syntax in a Where clause
rst1.Open "SELECT * FROM qryList WHERE SendEmail = 1 "
should do it...
Random Solutions
Any help regarding video scene change detection using C#
SSAS 2008 MDX All Member Before Current Member
Gracefully shutting down VMs before ESX hosts shutdown in vSphere
Anyone get Quickbooks errors in the Windows App log but not the program? Intuit says normal
Sync iPhone w/Outlook without iTunes or Exchange
How to determine hard disk activities
Need help with important safety precautions!
.NET framework error on install
Transferring Large Amount of Data from Windows to Linux
I need to query each group in an OU in the Root Domain and get the group names that has exact identical users.