May 17, 200421 yr Hi MJG, You could add field validation to your text field. If you want the user to enter data with 'all caps' then the calculation for the validation would be: Case(Exact(YourTextField, Upper(YourTextField)), 1 , 0 ) You could also use a calculated field, derived from the text input field. For 'all caps' the calculation would be: Upper(YourTextField) Regards, Ernst.
Create an account or sign in to comment