I am trying to sum the amount of Jobs started that are quoted vs the jobs that are not quoted. I am using the following code:
=DSum("[Quote Amount]","FFP/T&M","[Bid Number]> 'Not Null' ")
This returns an amount for the "Not Quoted", But it returns a number that is $7214 off from the correct amount.
The "Quoted" appears to return a correct amount! this is the code I am using for it:
=DSum("[Quote Amount]","FFP/T&M","[Bid Number]And 'Null' ")
Someone please help me figure out why I am getting a wrong amount! it seems that the syntax is correct, and should be simple!
=DSum("[Quote Amount]","FFP/T&M","[Bid Number]> 'Not Null' ")
This returns an amount for the "Not Quoted", But it returns a number that is $7214 off from the correct amount.
The "Quoted" appears to return a correct amount! this is the code I am using for it:
=DSum("[Quote Amount]","FFP/T&M","[Bid Number]And 'Null' ")
Someone please help me figure out why I am getting a wrong amount! it seems that the syntax is correct, and should be simple!