move last record "doesn't display the last record

From: Tsevy (anonymous_at_discussions.microsoft.com)
Date: 02/25/04


Date: Wed, 25 Feb 2004 11:46:07 -0800


 
Hi

when I click Move last I am not getting the last record
If I create a new record >> I will find the new record on my access database but move next will display different record

the same problem with moveFirst event

=================
Form laod
strsql = select * tbl_emp

mors.open strsql , goconn ,adOpenKeyset,adlockPessimistic
==============

==========
 cmd_movelast_click()
mors.move last
call form_show ' load the textbox lile txt_Fist_name = !(First_nm)
end if

thank



Relevant Pages