microbox Active Member Licensed User Longtime User Jan 9, 2016 #1 Hi everyone I have a data that displays P30000.00 using this code.. lbltotaltuition.Text = "P"&NumberFormat2(Accnts.Get("totaltuition") ,3,2,2,False) How do I do it P30,000.00 output? Thanks.
Hi everyone I have a data that displays P30000.00 using this code.. lbltotaltuition.Text = "P"&NumberFormat2(Accnts.Get("totaltuition") ,3,2,2,False) How do I do it P30,000.00 output? Thanks.
R Roycefer Well-Known Member Licensed User Longtime User Jan 9, 2016 #2 Change False to True. Upvote 0