Could someone point me in the right direction for this:
I want to display groups of 1000 as a single number -- e.g., if my number is 28078, I want to display '28'....(I'm working on a report at the moment, but this will also apply to how items get displayed in textboxes on forms).
I'm not sure how to do this; it's not exactly rounding, and it's not exactly an input mask. I'd appreciate the help.
Thanks
Rosey
I want to display groups of 1000 as a single number -- e.g., if my number is 28078, I want to display '28'....(I'm working on a report at the moment, but this will also apply to how items get displayed in textboxes on forms).
I'm not sure how to do this; it's not exactly rounding, and it's not exactly an input mask. I'd appreciate the help.
Thanks
Rosey
Comment