hi all,
when i complete an input form, i want the form to reload with the primary key ProductID to be increased by 1.
ProductID is an integer field (Not AutoNumber due to reasons elsewhere).
What I want is when i complete input for record with ProductID= 1 and click on finish I want the form to reload with ProductID= 2 and so on.
What is the best way of achieving this?
Thanks guys,
when i complete an input form, i want the form to reload with the primary key ProductID to be increased by 1.
ProductID is an integer field (Not AutoNumber due to reasons elsewhere).
What I want is when i complete input for record with ProductID= 1 and click on finish I want the form to reload with ProductID= 2 and so on.
What is the best way of achieving this?
Thanks guys,