Its look like the sample but I can't find what this is?
Here are what i want final result =>
Here is my query=>
Select
a.staffname,
a.staffno,
a.cntname
From [Clisys] a
where
CDate([a.acdate]) <= #02/08/2018# and
CntNo='H0128C' and
[a.JobCode] like '1**/2018' and
[a.acdate] is Not Null
But problem is when i select like that, I get nothing. But when i change where cause like that=>
where
CDate([a.acdate]) <= #02/08/2019# and
CntNo='H0128C' and
[a.JobCode] like '1**/2018' and
[a.acdate] is Not Null
I get what i want.But why if i select with 2018 is not working?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…