I am able to pull the data from my access database into the windows form fine.
What I want to do is filter this data so only one record is displayed, or even if there was a way to skip to a selected record by doing a search.
The user is going to be required to enter two peices of information Job Number and Skid Number. I then based off of that information want to display the data that matches these two variables.
With Access I was able to do this with no problems, however, I need to create a new front end so that the users do not need to use access.
I have 25 different fields that populate so using a datagrid is not going to work.
Is this possible and if so can anyone help me out here.
I forgot to mention I am trying to do this with Visual Basic .net 2003
Thanks
Kid

Filtering Data from Access DB into windows Form