Callidoraine Level: Trainee
 Registered: 09-07-2005 Posts: 1
|
display database value in text field
hi there,
I am new in Vb.NET and database access
I am currently doing a project,
where I will inert rental details to the table, EquipRent
then, when I need to return the rental equipment,
I need to display the rental detail in the text field based on the rental id, and date, which I entered upon return form
as the rental Id and date may be repeated,
so the record will have to have the next button to see the next value
my question here is how to retrieve the data from the database based on the textfield value I entered, and display the subsequent record when next button is pressed
thank you.
|