I have a subfile that contains a numeric field that is 9 digits long. I want to be able to change the decimal positions "on the fly". If a user select type 1 I want the numeric field to be 9 with 4 decimal places. If it's a 2 I want it to be 3 with 2 decimal place. Is that possible? And if so, how is it done? Thank you.