hoe to access last record in Access 2000 table
-
Hi guys I am new in visual basic program language, I need your help to solve my problem, at this time I have a program which is connected to access 200 database tables. I want to know how to create a program that can access form automatically to last records on my access database table. And show the last record into textbox's, I need your help deeply and if you don't mind please give me a sample in order to make sure me can understand how the program should be write. Thank you for your attention and support to me Bst regards I C E
-
Hi guys I am new in visual basic program language, I need your help to solve my problem, at this time I have a program which is connected to access 200 database tables. I want to know how to create a program that can access form automatically to last records on my access database table. And show the last record into textbox's, I need your help deeply and if you don't mind please give me a sample in order to make sure me can understand how the program should be write. Thank you for your attention and support to me Bst regards I C E
hi there ice, as to your question... if you are using ADO technology, just type this code on your button. ADODC.recordset.movelast thats it! make sure your ADO data control is connected to your database. enjoy!:) magnus
-
hi there ice, as to your question... if you are using ADO technology, just type this code on your button. ADODC.recordset.movelast thats it! make sure your ADO data control is connected to your database. enjoy!:) magnus
:)Hi Magnus Thank you for your assist, it's really valuable for me but in my application I use OLDB, does it same phrase to access last record like ADODC. Thank you I C E
-
hi there ice, as to your question... if you are using ADO technology, just type this code on your button. ADODC.recordset.movelast thats it! make sure your ADO data control is connected to your database. enjoy!:) magnus
:)Hi Magnus Thank you for your assist, it's really valuable for me but in my application I use OLDB, does it same phrase to access last record like ADODC. Thank you I C E