J
Jess
I have a continuous form with a bound textbox displaying numbers (txtnumber).
My form also has an unbound textbox –txtNumberSize- in its detail section
whose content must vary according to txtnumber. I would like txtNumberSize to
show “between 100 and 1000†when txtnumber is greater than 100 but less than
1000; “negative†when txtnumber is less than zero; “zero†when the txtnumber
is zero; and “bigger than 1000†when the showed number is bigger than 1000.
For the sake of brevity I have listed these four cases but there are actually
more. How can I accomplish this without touching the underlying table my form
is based on?
Thanks in advance
My form also has an unbound textbox –txtNumberSize- in its detail section
whose content must vary according to txtnumber. I would like txtNumberSize to
show “between 100 and 1000†when txtnumber is greater than 100 but less than
1000; “negative†when txtnumber is less than zero; “zero†when the txtnumber
is zero; and “bigger than 1000†when the showed number is bigger than 1000.
For the sake of brevity I have listed these four cases but there are actually
more. How can I accomplish this without touching the underlying table my form
is based on?
Thanks in advance