I am still a newbie of VBA. I have a modified report, under the Report Writer, I created a calculated field named as curDocAmt and then in VBA (Microsoft Visual Basic) I have some scripts and it will then assign a computed value to pass to the calculated field, curDocAmt.
But the problem is my VBA script just cannot do it job. Please check below and advise me. Thank you so much.
curDocAmt.value = varNewAmt
*This post is locked for comments