In SQL server one can use @@Identity to retrieve the id of the last inserted
record (although there are situations when it is not appropriate). What is
the best way to retrieve the id of the last inserted record in Access? I'd
appreciate any pointers.
Thanks,
J.S.
--