The last insert ID in PHP MySQL can be obtained using the mysqli_insert_id() function. This function returns the ID generated by a query on a table with a column ...
Is there an equivelent to the PHP MySQL command in Access? I could always select all and take the last one, but I wanted to make sure that there wasn't a ...