I am supposed to put a validation to an existing Datawindow field. The requirement is as such. It is character of limit 2 and it is numeric. So whenever the user enters a number it has to be always two character limit or else it should pop a message box. Let say if the user enters number 2 in that field, it should pop up a message saying "You are supposed to enter it as '02' not just 2.
Can somebody help me with this ???