Guest_imported
New member
- Jan 1, 1970
- 0
I need some help from you good hearts.
I have a table, lets call it t and I have a field on this table, again let's call it v.
what I would like to do is before any updates is done on table t, I will like the nextfield to be updated to be v.
my design is like this before update on t
nextfield := v (v by date is a date field) but defined as varchar2(20) on the database table.
This is for my form.
I appreciate any help you may render.
thanks,
sokeh
I have a table, lets call it t and I have a field on this table, again let's call it v.
what I would like to do is before any updates is done on table t, I will like the nextfield to be updated to be v.
my design is like this before update on t
nextfield := v (v by date is a date field) but defined as varchar2(20) on the database table.
This is for my form.
I appreciate any help you may render.
thanks,
sokeh