bks Posted November 25, 2002 Posted November 25, 2002 How can I change the default begining order number. We have an existing system and I would begin our orders at 1500. Thanks Brad
marnix Posted November 25, 2002 Posted November 25, 2002 Hi bks, Just go to the table "orders" in PhpMyAdmin, and insert a line with the preferred startingnumber of your orders series as the order_id. Since this field is autoincrement, the next order will automatically be this number+1 Regards, Marnix
Recommended Posts
Archived
This topic is now archived and is closed to further replies.