hostlonestar Posted January 29, 2009 Share Posted January 29, 2009 Basically, what I want to do, is change where my clients start getting their numbers. Instead of 1,2,3,4, etc. I want to change it to say 100, 101, 102, etc. Does anyone know how to do this? Thanks in advance. 0 Quote Link to comment Share on other sites More sharing options...
Matt Wade Posted January 29, 2009 Share Posted January 29, 2009 Issue this SQL statement: ALTER TABLE tblclients AUTO_INCREMENT = 100; Please understand that I have tested this, but it should work. I wash my hands of any responsibility however . 0 Quote Link to comment Share on other sites More sharing options...
hostlonestar Posted January 29, 2009 Author Share Posted January 29, 2009 lol does anyone have anything that has been tested? Where do I put this in? My knowledge of PHP is limited at best. I can look at something and halfway figure out what is going on, but the actual act of coding it....thats a work in progress. 0 Quote Link to comment Share on other sites More sharing options...
Matt Wade Posted January 29, 2009 Share Posted January 29, 2009 That's an SQL statement. You run it against the database. No PHP is required. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted January 29, 2009 Share Posted January 29, 2009 (edited) Use phpmyadmin to run the sql above Edited January 29, 2009 by sparky 0 Quote Link to comment Share on other sites More sharing options...
Matt Wade Posted January 29, 2009 Share Posted January 29, 2009 config => General Setings => Invoices tab => Invoice Starting # That's the invoice #. He's asking about client id. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.