Question
Need a Way to Show Autonumber when Inserting
Hi everyone,
I am a newbie and I am inserting a new record into a database. When that record is inserted, it is given the unique key which is generated with the autonumber field in the database.
How do I show that number on the webpage?
When I insert it into the database, the number is generated, but I can't do a query on that number because I dont know what it is (since it was JUST generated).
I am writng a classified ad site and when someone posts an ad, they are given a unique ad # and they need to know this ad number to edit their ad later. That's what I can't do ...show them their ad number.
Thanks for any and all input!! -Tony
I am a newbie and I am inserting a new record into a database. When that record is inserted, it is given the unique key which is generated with the autonumber field in the database.
How do I show that number on the webpage?
When I insert it into the database, the number is generated, but I can't do a query on that number because I dont know what it is (since it was JUST generated).
I am writng a classified ad site and when someone posts an ad, they are given a unique ad # and they need to know this ad number to edit their ad later. That's what I can't do ...show them their ad number.
Thanks for any and all input!! -Tony
