defult value in a culculation

oliver

New member
Local time
Today, 07:00
Joined
Apr 2, 2000
Messages
9
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.

can someone help?
 
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.

Mitch
 
oh yeah forgot to add default value should also be set 0, and not £0.00 as this will convert it automatically.

Mitch
 

Users who are viewing this thread

Back
Top Bottom