Quote:
ser_no : AUTONUMBER
name : TEXT
When i Insert a record how can i write my query ???
insert into table_name (ser_no,name) values('','jagadesh');
but this is not working....and after inserting succesfully i have to print AUTONUMBER (Retrieving) for correspoding record inserted !!??
Any Help Would be Greatly Appreciated Thank You!!!!
