Hi, 3rd attempt to find away to do this...
Im building a form to search records from a database using an ADO control in Visual Basic, not VB.Net...
At the moment i can search the records but only using the Absoluteposition component. Problem here is i can only find the correct record if i know its exact position within the database i.e. line no. 123... will show me record 123
My table is called Locations and has 5 columns.
ID, PartNo, Location, Description, QOH
I need to search Column PartNo... how do i do this?
Im building a form to search records from a database using an ADO control in Visual Basic, not VB.Net...
At the moment i can search the records but only using the Absoluteposition component. Problem here is i can only find the correct record if i know its exact position within the database i.e. line no. 123... will show me record 123
My table is called Locations and has 5 columns.
ID, PartNo, Location, Description, QOH
I need to search Column PartNo... how do i do this?