S
Spidey3721
From a previous post:
I have a form with two fields, NameID and VALUE.
I have a SUM textbox in the footer that currently has "=sum([VALUE])".
Question: If I want to include all VALUE's with the associated NameID of,
say, "Apple" - could I add a criteria to this - =sum([VALUE]) WHERE
forms!NameID Not like "apple".
I am trying to use DSUM to add all values in the VALUE textbox except ones
associated with the NameID "apple"
=DSum([name of VALUE textbox],Forms![name of current form],[name of NameID
textbox] Not Like "*apple")
I am getting a #Error in the SUM field whenever I change to form view - Any
idea what I'm doing wrong???
I have a form with two fields, NameID and VALUE.
I have a SUM textbox in the footer that currently has "=sum([VALUE])".
Question: If I want to include all VALUE's with the associated NameID of,
say, "Apple" - could I add a criteria to this - =sum([VALUE]) WHERE
forms!NameID Not like "apple".
I am trying to use DSUM to add all values in the VALUE textbox except ones
associated with the NameID "apple"
=DSum([name of VALUE textbox],Forms![name of current form],[name of NameID
textbox] Not Like "*apple")
I am getting a #Error in the SUM field whenever I change to form view - Any
idea what I'm doing wrong???