krutoigoga
Registered User.
- Local time
- Today, 02:53
- Joined
- May 13, 2010
- Messages
- 34
Hi guys.
I did a search in the forums and on almighty google, but could not find any solutions to my specific issue.
The following code is used to display the "sum" of a field from a table.
The table has few fields - that are just numbers, each record has a number and I want the report to show the TOTAL of that field.
Table name: Tracking
Column (field) name: Front
Form name (used to enter dates): Search
Currently I am getting an ERROR in the report.
Can you please point out my mistake in the code?
Thank you.
I did a search in the forums and on almighty google, but could not find any solutions to my specific issue.
The following code is used to display the "sum" of a field from a table.
Code:
=DSum("[Front]","Tracking","[Front] DATES Between #" & [Forms]![Search]![Text0] & "# And #" & [Forms]![Search]![Text2] & "#")
The table has few fields - that are just numbers, each record has a number and I want the report to show the TOTAL of that field.
Table name: Tracking
Column (field) name: Front
Form name (used to enter dates): Search
Currently I am getting an ERROR in the report.
Can you please point out my mistake in the code?

Thank you.