http://qs321.pair.com?node_id=180529


in reply to MS Access entry index key values

Hmm..why not try a SQL statement like this:
SELECT MAX(srv_id) as Id FROM server_tbl
That's with the assumption that the srv_id is auto-incremented.
- Moon