hi
I need to assign a consecutive number in orders
my order has it's key field orderId and a controlled consecutive OrderNo
each time a user saves a new order I would like to assign the corresponding OrderNo value from consecutives.orders
(consecutives is another table within my project) and increment consecutives.orders by 1.
how can I do it??
thanks in advance,
Nir.