i have a txt box on a form with a simple calculation in it. How do i get it to show a defult value of $0.00? I tried the properties but that didn't work.
Set the text box's format to currency then any value held in the text box will be converted automatically into the correct currency format, such as £1.20 instead of 1.2 & your 0 value will be displayed as £0.00. Hope this helps.