This forum is no longer open and is for reading/searching only.

Please use our new MachForm Community Forum instead.

MachForm Community Forums » MachForm 2

entry_no


  1. ineli
    Member

    Hello everybody

    is there a way to change the entry_no?!

    instead of 1, 2, 3, 4, ... I would like to have something like
    1001, 1002, 1003, 1004, ...

    Kind regards,
    iNeli

    Posted 15 years ago #
  2. yuniar

    You will need to modify your mysql table to do so.

    Let say your form is having id = 7, then you'll need to run this SQL query:

    ALTER TABLE ap_form_7 AUTO_INCREMENT =1001;

    run the query using PhpMyAdmin or any SQL client you are using.
    That would set your form (in this case is having id =7) entry_no to 1001


    MachForm Founder

    Posted 15 years ago #
  3. ineli
    Member

    thank you yuniar!!

    Posted 15 years ago #

RSS feed for this topic

Reply