Age Validation [message #227286] |
Tue, 27 March 2007 20:56  |
sara666
Messages: 7 Registered: March 2007 Location: Wales
|
Junior Member |
|
|
Hi
i was wondering if anyone could help me with sorting out an age validation check - i have a feeling i will need to use systime but i am unsure how to check - i want the date inputed to be 18 or more
can anyone help?
Thanks
|
|
|
|
Re: Age Validation [message #227291 is a reply to message #227286] |
Tue, 27 March 2007 21:24   |
sara666
Messages: 7 Registered: March 2007 Location: Wales
|
Junior Member |
|
|
Hi sorry this is the code that i have been working on but i have got know where with it.
IF :age > SYSDATE THEN
MESSAGE(’you must me 18!’);
RAISE form_trigger_failure;
END IF;
|
|
|
|
|