table field validation

gogaak

Registered User.
Local time
Today, 20:16
Joined
Feb 6, 2005
Messages
42
hi,

instead of providing validation at the client side or in the server script....
cant i provide validation in the tables fields...
I have a field named YearID, datatype text..

But I want to allow only text like this ==>
e.g. 'F-00'
'F-01'

Do I have to put any format property...
please do help...
thank u.
 
gogaak said:
instead of providing validation at the client side or in the server script....
cant i provide validation in the tables fields...
yes

gogaak said:
I have a field named YearID, datatype text..
But I want to allow only text like this ==>
e.g. 'F-00'
'F-01'
Do I have to put any format property...
Set the input mask to Upper Case Letter, Hyphen, Number, Number.
Something like: >L\-00

Search for Input Mask Syntax

w
 

Users who are viewing this thread

Back
Top Bottom