Is there a way to have "DSUM" add all the numbers of a particular feild of a subform for the current record only?
I.E.
Person A in main form
2008 = 2000 in subform
Person B in main form
2008 = 4000 in subform
If I have a DSUM in an unbound in the main form = DSUM([2008]), regardless if Person A or Person B's record is showing, the amount is equal to 6000.
Any suggestions?
I.E.
Person A in main form
2008 = 2000 in subform
Person B in main form
2008 = 4000 in subform
If I have a DSUM in an unbound in the main form = DSUM([2008]), regardless if Person A or Person B's record is showing, the amount is equal to 6000.
Any suggestions?