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
[download]
That's with the assumption that the srv_id is auto-incremented.
-
Moon
Comment on
Re: MS Access entry index key values
Download
Code
In Section
Seekers of Perl Wisdom