input masks

P

paulonawall

I used an input mask "\$####.##" in a currency field but I
get "$0.00" when I leave it blank. How do I make it blank
when there's no data input?
 
B

Bruce M. Thompson

I used an input mask "\$####.##" in a currency field but I
get "$0.00" when I leave it blank. How do I make it blank
when there's no data input?

You can remove the 0 (zero) from the field's "Default Value" property at the
table level, but you will need to address Nulls in any code to avoid runtime
errors.
 

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