formatting a number in a text box

F

fishqqq

I have a form with a text box that has numbers in it.
the underlaying table has the field set as a tex box too

i wish to format the text box (in the form) to 2 decimal places

in the "format" field of the property sheet i have entered
= round ([field1],2)
but this gives me errors.
can someone suggest how else to approach this problem?

tks
Steve
 
D

Douglas J Steele

Try setting the Format property to #.00


wrote in message

I have a form with a text box that has numbers in it.
the underlaying table has the field set as a tex box too

i wish to format the text box (in the form) to 2 decimal places

in the "format" field of the property sheet i have entered
= round ([field1],2)
but this gives me errors.
can someone suggest how else to approach this problem?

tks
Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top