move last record "doesn't display the last record

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


Date: Tue, 24 Feb 2004 10:21:08 -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

thankd



Relevant Pages