I want to apply validation rule in my text box, can you let me know how can I implement this?
1. txtStatus will accept only one character, acceptable character is "T", else throw an validation message
2. txtStatus will accept empty value and donot throw any error in this scenario
Acceptable characters are = "T" or ""
The "txtStatus" columns is one of the column in the Datasheet Form.
Regards,
Selvakumar R