D
David
I have a Table with a field to hold the "Rate" for a Jobe or the work "Price"
if it is a fixed price. Because of this the field is set to "Text".
On a form I have a bound Textbox to the field.
I would like the Textbox to display the "Rate" as Currency but because it is
Text it cannot do this even though the Textbox is set to Currency.
If I Unbind the Textbox and fill it in Code I can check for the word "Price"
and convert anything else before entering the data. As there are quite a few
Textboxes on the form I would prefere to formate the bound Textbox if
posible. Does anybody knoe if this can be done or have I got to programe each
Textbox.
if it is a fixed price. Because of this the field is set to "Text".
On a form I have a bound Textbox to the field.
I would like the Textbox to display the "Rate" as Currency but because it is
Text it cannot do this even though the Textbox is set to Currency.
If I Unbind the Textbox and fill it in Code I can check for the word "Price"
and convert anything else before entering the data. As there are quite a few
Textboxes on the form I would prefere to formate the bound Textbox if
posible. Does anybody knoe if this can be done or have I got to programe each
Textbox.