add $.99 to a currency field

  • Thread starter Thread starter taunt
  • Start date Start date
T

taunt

OK... it should be easy, but I'm stuck. All I'm trying to do is add .9
to a field label "Price". I have tried to do an expression fo
=price+.99 but for the life of me I can't get anything to work. An
help would be great.

Thank
 
Taunt,

You can't directly assign a value to the caption of a label via an
expression. I am assuming you mean a textbox rather than a label?

If so, you don't actually say where you are using this expression, or
what the problem is. I am assuming the expression is going in the
Control Source property of the textbox? If so, the most likely cause of
the problem is that the textbox is named Price but it is not bound to
the Price field. Try changing the name of the textbox to something else.
 
Back
Top