G
Guest
My form pulls data from a linked table and calculates an annual return which
appears on a message box. How can I format the number to appear as ##.##
instead of 8.1243543234 ?
strMsg = "Annualized Return" ("me.Account &"," Me.Date): "& rst.feilds(0)
&"."&
Output = Annualized Return (Account Name, Date): 8.1243543234
appears on a message box. How can I format the number to appear as ##.##
instead of 8.1243543234 ?
strMsg = "Annualized Return" ("me.Account &"," Me.Date): "& rst.feilds(0)
&"."&
Output = Annualized Return (Account Name, Date): 8.1243543234