| View previous topic :: View next topic |
| Author |
Message |
janbrane Newbie
Joined: 12 Aug 2005 Posts: 3
|
Posted: Aug 12th, 2005 02:30 AM Post subject: HELP with my Payroll System with Cash Advance |
|
|
Hi Im Jan Brane, a newbie in this forum. I am currently working with my project, its a Payroll System with Cash Advance. Im using VB and MS-Access. Database is connected using ADODC.
could you help me in my problem, actually i forgot how will i display the records on my table using visual basic with the first,next, previous, last buttons. so could you help me solve my problem.
oh another thing, how could i print the records in my table/database in a tabular form?
Thanks a lot. hope to receive a lot of response from you.  |
|
| Back to top |
|
MadhuDevi Newbie
Joined: 12 Aug 2005 Posts: 3 Location: India
|
Posted: Aug 12th, 2005 08:54 PM Post subject: Getting to specified record |
|
|
dim rs as ADODB.Recordset
rs.MoveFirst
rs.MoveLast
rs.MovePrevious
rs.MoveNext
These are used to go the specified record
Using the flexgrid control, you can display the database in the tabular form.
Shall I join you in doing this work _________________ I am very much interested in doing programs in VB with access as backend |
|
| Back to top |
|
janbrane Newbie
Joined: 12 Aug 2005 Posts: 3
|
Posted: Aug 14th, 2005 07:16 AM Post subject: |
|
|
| sure you could help me in this one... how will i use the flexigrid? and how will i connect it to the database? |
|
| Back to top |
|
|