kingsgambit
Registered User.
- Local time
- Today, 16:30
- Joined
- May 27, 2001
- Messages
- 134
I have a form where the user can choose from a combo box an item, the price is then shown in a text box, they then put in the qty, and a text box calculates the results but I can not format the result into currency this is the code I put in
Me.Total = Format(M1off * Qty, "currency")
Can anybody tell me what I am doing wrong
Me.Total = Format(M1off * Qty, "currency")
Can anybody tell me what I am doing wrong