I've got a php script that does a simple insert into an MS Access table that has a field 'SpecID' set as an Autonumber.

Is there a way of getting the SpecID number either before or after the new record is created?

Thanks