Hi
I have a table with Auto Increment Primary Key
How can i get next auto key through a button?
Actually what i am trying to achieve is that i need to insert data in child table but before child i need to have mater table key which is not generated before inserting data so i want to first get next auto key and then insert the same key (AS FK) + child data into child table.
Thanks for support