I have a table where the first field is an autonumber.it is called orderid. As a result of appending i have a row that does not follow the autonumber of the tables.
For example the first row is orderid = 1
and the second row is orderid = 5
I want to update the table so that the row that has orderid = 5 to get the next autonumber, i.e. 2.
How can i make my update query ?
For example the first row is orderid = 1
and the second row is orderid = 5
I want to update the table so that the row that has orderid = 5 to get the next autonumber, i.e. 2.
How can i make my update query ?