I am creating a address book application. Now I have a field in my table called "profileID". I want each entry to have an ID. So the first one added ID 1, second ID 2, and so on. Here is the link to my app
http://localrockstars.com/ab/
I enable Show_source() so you can see the code. If you notice view all you will see all the entries in there. All the ProfileID's are "0".
Anyway to make it grab a number on every add? Hope this makes sense.
Thanks for any information you can give me.