Microsoft
Software
Hardware
Network
Question : Check syntax of SQL Select statement in access vba code
Hi,
Could someone please check this syntax for me:
strSQLMonPubs = "SELECT * FROM qryWeeklyAccountCharge WHERE CustomerID = " & CurrentCustomerID & " AND 'DayDelivered = Monday OR Monday - Friday OR Monday - Saturday'"
In the query there is a field called DayDelivered and I want all results where the DayDelivered is "Monday" "Monday - Friday" or "Monday - Saturday"
So a single customer may have multiple results.
Thank you.
Answer : Check syntax of SQL Select statement in access vba code
strSQLMonPubs = "SELECT * " & _
"FROM qryWeeklyAccountCharge " & _
"WHERE CustomerID = " & CurrentCustomerID & " AND DayDelivered IN ('Monday', 'Monday - Friday', 'Monday - Saturday')"
Random Solutions
VMware ESXi4 Backup
Help needed to choose create automated process for data feed FTP upload
urgent: how to change the nic speed from 100 half to 1000full in Solaris10
VMware Workstation 7.1 Won't Install
iphone sees wifi network but password incorrect
Include page headers when printing HTML pages with different headers on some of each page
Script needed to close program and stop/start service
Microsoft.SqlServer.Dts.Pi
peline in XML
can't find Printer Setup Utility in Mac OS X 10.5.8
What software can I use to monitor my internet bandwidth usage?