Hello
I am trying to setup a default value for a field in a form. The field
is a text box. I need to setup the default value to: 0.000. And
whenever the user is trying to enter a value for this field, using the
form, he ONLY can enter a value with that structure (0.000). eg. 1.234,
1.345, 6.543, 1.040, 0.003, 0.434. Can somebody tell me how to do this
please???
I know there is a default value option under the properties of the
texbox, where I can put like =0 and the form will load with the 0 in
the textbox. But I want to see 0.000. I was thinking on maybe valiation
rule?? need helpp
thanks