E
e.winterod
I am a relatively new Access Database developer, I am becoming more familiar
with the tool/calculations but I am having trouble figuring out why I get the
#Error when using the DSum Calcultion.
I have an unbound text box on a Form, backed by a query.
The goal is to count the [# of Pages Published] for each [Action], example
"New".
The calculation I am entering is:
=DSum("[# of Pages After]","qry_Form_DocDashbaord","[Action]=""New""")
I have gone into my table to verify:
1. [# of Pages After] is a Number field.
2. [Action] is a Text Field.
3. There are no null values.
I have also tried it with qry_Form_DocDashboard is in brackets, and still
get the same results.
Please help, I have searched the internet at other problems/answers and cant
figure out what I am doing wrong.
Thanks!
with the tool/calculations but I am having trouble figuring out why I get the
#Error when using the DSum Calcultion.
I have an unbound text box on a Form, backed by a query.
The goal is to count the [# of Pages Published] for each [Action], example
"New".
The calculation I am entering is:
=DSum("[# of Pages After]","qry_Form_DocDashbaord","[Action]=""New""")
I have gone into my table to verify:
1. [# of Pages After] is a Number field.
2. [Action] is a Text Field.
3. There are no null values.
I have also tried it with qry_Form_DocDashboard is in brackets, and still
get the same results.
Please help, I have searched the internet at other problems/answers and cant
figure out what I am doing wrong.
Thanks!