Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Inserting Data into Table

  • This topic is empty.
Viewing 4 posts - 31 through 34 (of 34 total)
  • Author
    Posts
  • #142620
    chrisburton
    Participant

    Will do @traq. Thanks for explaining all this to me. You too @AlenAbdula. I couldn’t have done this without all of your help.

    #142648
    jurotek
    Participant

    I haven’t read whole post so I don’t know if it was mentioned. How about create another attribute in tblRead and name it MySort and set it’s default value to like 100001 and increment this upon new record added. Then you can sort on this.

    #142649
    chrisburton
    Participant

    @Jurotek Thanks for the suggestion. It’s actually all solved now. The main cause of the problem was having the INSERT script in the same page I was displaying it. So every time I refreshed the page, it would substantially alter the increment value. After separating the INSERT script to another file, everything started working as it should. Thanks again.

    #142650
    jurotek
    Participant

    @chrisburton, OK, good for you.

Viewing 4 posts - 31 through 34 (of 34 total)
  • The forum ‘Back End’ is closed to new topics and replies.