asifikair21
11-27-2001, 07:01 PM
Ok.. If I created a program that doesn't have any menus and only 2 command buttons with 1 data control, how would I use the .MoveFirst and .MoveLast etc. to browse the entries?
Databaseasifikair21 11-27-2001, 07:01 PM Ok.. If I created a program that doesn't have any menus and only 2 command buttons with 1 data control, how would I use the .MoveFirst and .MoveLast etc. to browse the entries? Ales Zigon 11-27-2001, 09:29 PM Hi! You can bind some diyplay controls (text box or label) to daba object and then in Click event of the commend button place this code: Data1.Recordset.MoveFirst or Data1.Recordset.MoveLast or Data1.Recordset.MoveNext or Data1.Recordset.MovePrevious. |
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum