What is the err in this formula
What is the solution
Code:
If ({CmdMonthlyReport.BASIC_EARNED}="")Then
formula=ToText ({CmdMonthlyReport.BASIC_EARNED})
Else
formula=""
End if
Comment