patrickd123
Patrickd123
- Local time
- Today, 02:19
- Joined
- Jan 21, 2007
- Messages
- 29
A)On a bound text box, my source has a value with a lot of decimals. I would like the text box to have only 2 decimals.
1-text box format property:currency -> does not work.
2-text box Decimal places property:2 -> does not work.
B)On a bound text box, my source has no value. I would like the text box to default to zero, but it is blank. The source is a calculated field on a query.
1-text box default property:0 -> does not work.
2-Isn't there a way to specify some properties(like format) for calculated fields on a query?
Any idea?
Thank you
1-text box format property:currency -> does not work.
2-text box Decimal places property:2 -> does not work.
B)On a bound text box, my source has no value. I would like the text box to default to zero, but it is blank. The source is a calculated field on a query.
1-text box default property:0 -> does not work.
2-Isn't there a way to specify some properties(like format) for calculated fields on a query?
Any idea?
Thank you