HI,

how can i read the lastest inserted or edited record with DAO in VB6?

Thanks

m
--
X-Privat Project - http://www.newsserver.it/

Re: Las record inserted in DAO by Andi

Andi
Mon Nov 15 09:56:40 CST 2004

On 15 Nov 2004 14:51:02 +0100, maronnamia <maronnamia@maronnamia.it>
wrote:

>HI,
>
>how can i read the lastest inserted or edited record with DAO in VB6?
>
.lastModified is your friend

like:
rs.bookmark=rs.lastModified

If you expect an answer to a personal mail, add the word "manfred" to the first 10 lines in the message
MW