i create a form that user can enter their data then save into SQl server...that problm have being solve... Now i want the data to be automatically appeared in the text box and user can use the next button to search for their data..(text box created early for the user to enter their data) but i want the process already started when the user start the progrm...i tried using data set but the problem still the same...
i really seek help here.... plz help me...

Hi,

For this you will need to use a Binding Source which you can navigate like a recordset using: BindingSourceEmp.MoveNext()
for more information you will have to post your code

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.