Re: move last record "doesn't display the last record
From: Val Mazur (group51a_at_hotmail.com)
Date: 02/28/04
- Previous message: Val Mazur: "Re: ADODB.Recordset (0x800A0E78) - Operation is not allowed when the object is closed."
- In reply to: Tsevy: "move last record "doesn't display the last record"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 28 Feb 2004 14:13:16 -0500
Hi,
How do you know what is the last record should be in your recordset? Order
of the records in database table and order of the records in your recordset
could be different
-- Val Mazur Microsoft MVP "Tsevy" <anonymous@discussions.microsoft.com> wrote in message news:89511728-CD31-4548-86F2-5A7745EC9BB5@microsoft.com... > > > > 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 >
- Previous message: Val Mazur: "Re: ADODB.Recordset (0x800A0E78) - Operation is not allowed when the object is closed."
- In reply to: Tsevy: "move last record "doesn't display the last record"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|