Ok, this forum i was told is great because quick responses.
Please I need u'r help.
I am creating forms and I have a field called phone_number.
What I want to do is have the phone form populate phone_number fields 3 times and caller's firs_name(caller1), madain_name(caller2), nick_name(caller3) on forms.
example:
caller_name Phone_number
caller1 phone_fax
caller2 phone_work
caller3 phone_home
This is like stored procedure where you can say
create or replace phoneType(
phone_work emp.phone_number%type,
phone_home emp.phone_number%type,
phone_fax emp.phone_number%type,
caller1 emp.caller_name%type,
caller2 emp.caller_name%type,
caller3 emp.caller_name%type
Any help will real nice!
peace!!
zapata
Please I need u'r help.
I am creating forms and I have a field called phone_number.
What I want to do is have the phone form populate phone_number fields 3 times and caller's firs_name(caller1), madain_name(caller2), nick_name(caller3) on forms.
example:
caller_name Phone_number
caller1 phone_fax
caller2 phone_work
caller3 phone_home
This is like stored procedure where you can say
create or replace phoneType(
phone_work emp.phone_number%type,
phone_home emp.phone_number%type,
phone_fax emp.phone_number%type,
caller1 emp.caller_name%type,
caller2 emp.caller_name%type,
caller3 emp.caller_name%type
Any help will real nice!
peace!!
zapata