Hi
I am trying to convert the value calculate in the textbox to $0.00. However it could not work.
Are there anyone who can help me?
Below is my syntax
Me.Txtboxtotalamount.Value = Me.TxtBoxQuantity * Me.TxtBoxRate
'Me.Txtboxtotalamount.Text = Format(Me.Txtboxtotalamount, "$#,##0.00")
I am trying to convert the value calculate in the textbox to $0.00. However it could not work.
Are there anyone who can help me?
Below is my syntax
Me.Txtboxtotalamount.Value = Me.TxtBoxQuantity * Me.TxtBoxRate
'Me.Txtboxtotalamount.Text = Format(Me.Txtboxtotalamount, "$#,##0.00")