move last record "doesn't display the last record
From: Tsevy (anonymous_at_discussions.microsoft.com)
Date: 02/25/04
- Next message: carlos: "Error records affected"
- Previous message: isim: "Adodb.record fails on Windows 2003 Server when opening a URL"
- Next in thread: Val Mazur: "Re: move last record "doesn't display the last record"
- Reply: Val Mazur: "Re: move last record "doesn't display the last record"
- Messages sorted by: [ date ] [ thread ]
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
- Next message: carlos: "Error records affected"
- Previous message: isim: "Adodb.record fails on Windows 2003 Server when opening a URL"
- Next in thread: Val Mazur: "Re: move last record "doesn't display the last record"
- Reply: Val Mazur: "Re: move last record "doesn't display the last record"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|