Data in Forms

  • Thread starter Swaminathan Narayanan
  • Start date
S

Swaminathan Narayanan

Hello,
PS: I am resending my query as it was not self
explanatory.

In my application, I am displaying some values in a text
box (in a Form) are updated weekly. But, the end users
using my Form often need values that existed before the
updating. So, I am planning to introduce a control that
keeps the values in a form as it is(regardsless of the
update in the values). I want that the end user of the
form should use the control to get the new values.

I have given below, the code I used to get values to my
Text box.

=IIf([Price] Is Null,"N/a",IIf([Discount] Is
Null,get_Iclass_value([Price],""),get_Iclass_value([Price],
[Discount])))


Thank you in advance for any suggestions and thanks for
the guys who previously answered my question!


Regards,
Swaminathan Narayanan.
 
Top