J
Jack
Hi,
I have the following line of code :
Me.ContractedServBudget = IIf(IsNull(cboSelectSubGrant.Column(8)), 0,
Format([cboSelectSubGrant].Column(8), "$#,##0.00 ;($#,##0.00)"))
I am not very clear about the way the above have been formatted. I am
looking for any article/or reference with regard to the above formatting. Any
help is appreciated.
I have the following line of code :
Me.ContractedServBudget = IIf(IsNull(cboSelectSubGrant.Column(8)), 0,
Format([cboSelectSubGrant].Column(8), "$#,##0.00 ;($#,##0.00)"))
I am not very clear about the way the above have been formatted. I am
looking for any article/or reference with regard to the above formatting. Any
help is appreciated.