Actually (modifying the SQL from the previous replyer), I think this would be a little more accurate:
SELECT ProjId, EmpId, Sum(iif(#1/31/2002# between StartDt And EndDt,1,0)) AS Jan, Sum(iif(#2/28/2002# between StartDt And EndDt,1,0)) AS Feb, Sum(iif(#3/31/2002# between StartDt And...
Does anyone know the significance of the "&" suffix in the following statement: If IsMissing(Flags) Then Flags = 0&.
I know that an "H" prefix in a declaration or assignment statement is hexadecimal notation, and an "O" prefix, is Octal notation. I've seen the &...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.