Post title is a mouth full, sorry about that.
Is it possible to conditionally format a textbox's Format property in a continuous form?
For example using the table below, I'd like the Qty field in rows with 'FEET' units to be formatted as Standard w/ out decimals.
With 'PERCENT' to be formatted as a percentage.
Ideas?Code:Qty | Unit -----+-------- 1.10 | FEET 0.10 | PERCENT BECOMES Qty | Unit -----+-------- 1 | FEET 10% | PERCENT