D
data reporting
I have a field which I want to fill with blank spaces if no data is entered.
For example, I want the field to fill 8 spaces, if the user types 3 charaters
(alpha or numberic) I want it to put 5 blank spaces, if the user types 2
charaters I want it to put 6 spaces (I know how to do this) however my
problem is if the user types nothing, I want it to put 8 spaces. I need the
spaces to because the data will eventually get output on a report, which gets
exported as a text document, and the spacing is important.
For example, I want the field to fill 8 spaces, if the user types 3 charaters
(alpha or numberic) I want it to put 5 blank spaces, if the user types 2
charaters I want it to put 6 spaces (I know how to do this) however my
problem is if the user types nothing, I want it to put 8 spaces. I need the
spaces to because the data will eventually get output on a report, which gets
exported as a text document, and the spacing is important.