I have an unbound field in a report.
I need to know why one of these works and the other doesnt.
its the same for both Dcount() and Dsum()
Any help is greatly appreciated.
Heres the two things.
This works:
=sum([tps]<[datecleared]<[forms].[fpenetration].[begin])
This gives the #error msg
=DSum("[tps]","[16j]","[datecleared]<[forms].[fpenetration].[begin]"
This works:
=DSum("[tps]","[16j]","[datecleared]<#10/5/02#"
It seems I have followed the field, domain and criteria exactly as I should but cannot get it t work
Thanks in Advance
John
I need to know why one of these works and the other doesnt.
its the same for both Dcount() and Dsum()
Any help is greatly appreciated.
Heres the two things.
This works:
=sum([tps]<[datecleared]<[forms].[fpenetration].[begin])
This gives the #error msg
=DSum("[tps]","[16j]","[datecleared]<[forms].[fpenetration].[begin]"
This works:
=DSum("[tps]","[16j]","[datecleared]<#10/5/02#"
It seems I have followed the field, domain and criteria exactly as I should but cannot get it t work
Thanks in Advance
John