I am using Windows 98 and Access 2k2. The problem is that i want to set the format property of a text-box to
##,##,##,##0.00 which is a bit different from the usual ###,###,##0.00 so that 123456789 is displayed is 12,34,56,789.00 and not as 123,456,789.00.
If i set the format property manually...