My db tracks supplier cost changes for our annual deadline.
I use Dsum in text boxes to calculate the COGS * the % in/decrease.
I have a textbox in the header that will give Total COGS.
dsum doesn't work, I found that out and I don't know how to get sum to work.
Current controlsource for txtSUMofTotalCOGS is this:
What I hoped to get with this was it taking the cogs coming from the query and summing them up.
That didn't happen.
The txtbox that shows the sum for each line is txtTotalCOGS.
Please help if you can, thanks.
I use Dsum in text boxes to calculate the COGS * the % in/decrease.
I have a textbox in the header that will give Total COGS.
dsum doesn't work, I found that out and I don't know how to get sum to work.
Current controlsource for txtSUMofTotalCOGS is this:
Code:
=DSum(qryPMDetails![Total COGS Annualized],[qruPMDetails],qryPMDetails![Product Manager]='" & [Forms]![frmMainMenu]![cboPM] & "')
What I hoped to get with this was it taking the cogs coming from the query and summing them up.
That didn't happen.
The txtbox that shows the sum for each line is txtTotalCOGS.
Please help if you can, thanks.