View Full Version : Defult Values troubles


oliver
04-09-2000, 07:01 PM
Hoow do I get a Defut value of $0.00 to display in a form??

i tried the properties box but that didn't seem to work?

Any Ideas??

R. Hicks
04-09-2000, 08:59 PM
Open the form in design view, select the txtbox that you are using. View the property list for the txtbox, set the following properties:

Format: Currency
Decimal Places: 2
Default Value: 0

This should do the trick.

HTH
RDH