B
Baybars
After so much brainstorming, I finally got a control source for my
textbox. It is looking for summary of current date of active form.
=DSum("[VALUE]";"TableOfValue";"[Date]=# " & Forms![CurrentForm]!Date&
"#")
This works fine for a date like 12/11/03, but if there is a date with
0 like 04/12/03, it doesn't see it. The formats for table and forms
date textbox are "dd/mm/yy".
What am I missing?
Regards,
Baybars
textbox. It is looking for summary of current date of active form.
=DSum("[VALUE]";"TableOfValue";"[Date]=# " & Forms![CurrentForm]!Date&
"#")
This works fine for a date like 12/11/03, but if there is a date with
0 like 04/12/03, it doesn't see it. The formats for table and forms
date textbox are "dd/mm/yy".
What am I missing?
Regards,
Baybars