Hello,
I tried to use Recalc method in Reports but it doesn't work. i used VBA Dsum in my Report_Load but it takes so much time to update. Due to this reason i tried Recalc method but it is not supporting. Please give suggestions to speed up ???
I used this code in Report_Load:
:banghead::banghead:
I tried to use Recalc method in Reports but it doesn't work. i used VBA Dsum in my Report_Load but it takes so much time to update. Due to this reason i tried Recalc method but it is not supporting. Please give suggestions to speed up ???
I used this code in Report_Load:
Code:
TotalCreAmt.ControlSource = "=Nz(DSum(""[Amount1]"", ""[CRM_QryFinal]"", ""[Transaction]<>'Sales'""), 0)"
TotalRecAmt.ControlSource = "=Nz(DSum(""[Amount2]"", ""[CRM_QryFinal]"", ""[Transaction]<>'Sales Return'""), 0)"
Me.Recalc
:banghead::banghead: