Click here to Skip to main content
15,892,643 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralMini CCCs 65 Pin
Tim Deveaux4-Apr-19 18:28
Tim Deveaux4-Apr-19 18:28 
GeneralRe: Mini CCCs 65 Pin
Randor 4-Apr-19 18:35
professional Randor 4-Apr-19 18:35 
GeneralRe: Mini CCCs 65 - Done Pin
Tim Deveaux4-Apr-19 18:36
Tim Deveaux4-Apr-19 18:36 
GeneralHELP WITH SQL QUERY Pin
BrunoPigeon4-Apr-19 16:33
BrunoPigeon4-Apr-19 16:33 
GeneralRe: HELP WITH SQL QUERY Pin
Tim Deveaux4-Apr-19 17:35
Tim Deveaux4-Apr-19 17:35 
GeneralRe: HELP WITH SQL QUERY Pin
PIEBALDconsult4-Apr-19 18:46
mvePIEBALDconsult4-Apr-19 18:46 
GeneralRe: HELP WITH SQL QUERY Pin
User 48350474-Apr-19 19:48
User 48350474-Apr-19 19:48 
GeneralRe: HELP WITH SQL QUERY Pin
BrunoPigeon4-Apr-19 19:53
BrunoPigeon4-Apr-19 19:53 
I have tried this but get Group by error:

rs2.Open "Select distinct format(SupplierInvoices.Date, 'dd-MMM-yyyy') as tDate, Sum(SupplierInvoices.QTY) as lTotal from SupplierInvoices where PLU = '" & lblPLU.Caption & "' and Date Between #" & StartTime & "# and #" & EndTime & "# Union Select distinct format(Sales.Date, 'dd-MMM-yyyy') as tDate, Sum(Sales.QTY) as sTotal from Sales where PLU = '" & lblPLU.Caption & "' and Date Between #" & StartTime & "# and #" & EndTime & "#;", cn, adOpenKeyset, adLockOptimistic
GeneralRe: HELP WITH SQL QUERY Pin
User 48350474-Apr-19 20:01
User 48350474-Apr-19 20:01 
GeneralRe: HELP WITH SQL QUERY Pin
BrunoPigeon4-Apr-19 20:08
BrunoPigeon4-Apr-19 20:08 
GeneralRe: HELP WITH SQL QUERY Pin
User 48350474-Apr-19 20:13
User 48350474-Apr-19 20:13 
GeneralRe: HELP WITH SQL QUERY Pin
BrunoPigeon4-Apr-19 20:29
BrunoPigeon4-Apr-19 20:29 
GeneralRe: HELP WITH SQL QUERY Pin
BrunoPigeon4-Apr-19 20:32
BrunoPigeon4-Apr-19 20:32 
GeneralRe: HELP WITH SQL QUERY Pin
Mycroft Holmes4-Apr-19 20:33
professionalMycroft Holmes4-Apr-19 20:33 
GeneralRe: HELP WITH SQL QUERY Pin
BrunoPigeon4-Apr-19 20:36
BrunoPigeon4-Apr-19 20:36 
GeneralHuge Mistake Pin
#realJSOP4-Apr-19 8:34
mve#realJSOP4-Apr-19 8:34 
GeneralRe: Huge Mistake Pin
Mark_Wallace4-Apr-19 8:50
Mark_Wallace4-Apr-19 8:50 
GeneralRe: Huge Mistake Pin
#realJSOP4-Apr-19 9:07
mve#realJSOP4-Apr-19 9:07 
GeneralRe: Huge Mistake Pin
Mark_Wallace4-Apr-19 9:23
Mark_Wallace4-Apr-19 9:23 
GeneralRe: Huge Mistake Pin
kmoorevs4-Apr-19 9:49
kmoorevs4-Apr-19 9:49 
GeneralRe: Huge Mistake Pin
John R. Shaw4-Apr-19 10:27
John R. Shaw4-Apr-19 10:27 
GeneralRe: Huge Mistake Pin
Peter_in_27804-Apr-19 11:56
professionalPeter_in_27804-Apr-19 11:56 
GeneralRe: Huge Mistake Pin
#realJSOP4-Apr-19 15:27
mve#realJSOP4-Apr-19 15:27 
GeneralRe: Huge Mistake Pin
Slacker0074-Apr-19 10:48
professionalSlacker0074-Apr-19 10:48 
GeneralRe: Huge Mistake Pin
#realJSOP5-Apr-19 1:05
mve#realJSOP5-Apr-19 1:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.