I need to print off the auto increment key value on a form. How does the syntax go to accomplish that. Field name is rrn. Output only. Thanks, Melissa
If you are using mySql then you need the mysql_insert_id() function. This function will return the auto increment value from the last insert query.