PQTIII
IS-IT--Management
- Sep 21, 2004
- 110
I'm not sure how to use the dsum function. I have a form where the daily info is entered. Once the info is entered I need to display the total number of units used todate. I was told to use the dsum function. Here is my attempt, but I keep getting an error. I have the entry form in the form details and put a text box in the form footer. This in the control source fields :
=DSum("[units]","inventory","[invent type]='Used' ")
What am I doing wrong and how do I fix it?
Thanks
=DSum("[units]","inventory","[invent type]='Used' ")
What am I doing wrong and how do I fix it?
Thanks