N
Nick X
Hi all,
I need to populate my fields after I enter a date range and click my "Apply
Filter" button. Here's what I have
DoCmd.ApplyFilter "fltBilling"
Me.SumFee = Sum([Fee])
Me.SumFine = Sum([Fine])
Me.GrandTotal = Sum([Fee] + [Fine])
It tells me "sub or function not defined" and points at the first "Sum"
{Sum([Fee])}
Many thanks in advance,
NickX
I need to populate my fields after I enter a date range and click my "Apply
Filter" button. Here's what I have
DoCmd.ApplyFilter "fltBilling"
Me.SumFee = Sum([Fee])
Me.SumFine = Sum([Fine])
Me.GrandTotal = Sum([Fee] + [Fine])
It tells me "sub or function not defined" and points at the first "Sum"
{Sum([Fee])}
Many thanks in advance,
NickX