I created a sequence on my database table.
I was only going to implement the sequence on form level.
However, any time I try to insert records, the form gives an error that em_id (which is the sequence id) cannot be null.
Once you enter a value, it says that unique constraint has been violated.
My form is designed to accept duplicates.
How do I resolve this?
Please help urgently!!
thank you
I was only going to implement the sequence on form level.
However, any time I try to insert records, the form gives an error that em_id (which is the sequence id) cannot be null.
Once you enter a value, it says that unique constraint has been violated.
My form is designed to accept duplicates.
How do I resolve this?
Please help urgently!!
thank you