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
I need a wicket sql script/query
cisco routers and switches
Visual Studio error: type exists in both the referenceassemblies and the GAC
Data truncated MYSQL
DHCP and 255.0.0.0 subnet mask
iPad Camera Connection Kit does not display .jpg images on iPad
MySQL IFNULL() selection
install problems with Framework .net 3.5 in Windows Server 2008 SP2 x86
Remove space from textbox automatically
Problems installing the AjaxControlTooKit.dll