J
JethroUK©
i have a report that produces aroung 80 statistics of which this is just
one:
=DCount("[ID]","QUALS","[Submitted] >#" & [From] & "# and [Unit1] = yes and
[interest] = 'CLAIT1'")
this (and the others) were working perfectly well until this week - it took
me a while to trace the problem, but i'm pretty sure now that the problem is
with UK vs US date format date conflict (as per SQL)
i have tried:
=DCount("[ID]","QUALS","[Submitted] >" & CDec([From]) & " and [Unit1] = yes
and [interest] = 'CLAIT1'")
i figured a while back that converting dates to decimal via CDec resolves
this dates format issue perfectly in VB - however, Access reports dont seem
to support the CDEC function ?
Any suggestions?
one:
=DCount("[ID]","QUALS","[Submitted] >#" & [From] & "# and [Unit1] = yes and
[interest] = 'CLAIT1'")
this (and the others) were working perfectly well until this week - it took
me a while to trace the problem, but i'm pretty sure now that the problem is
with UK vs US date format date conflict (as per SQL)
i have tried:
=DCount("[ID]","QUALS","[Submitted] >" & CDec([From]) & " and [Unit1] = yes
and [interest] = 'CLAIT1'")
i figured a while back that converting dates to decimal via CDec resolves
this dates format issue perfectly in VB - however, Access reports dont seem
to support the CDEC function ?
Any suggestions?