how do you format table text to allow only upper case entry, and/or add data constraints.

User_Gender in [‘M’,‘F’, ‘O’]

for instance

Hello,

It would appear the better choice here is to replace the control/column with a list box. Then you can make the data content a valuelist and allow only what is wanted. Another choice is the Pattern field control but it would seem the list box is more appropriate.