When I run the program I can see all of the records on the grid but what I want is when I type in the tracking number and press search it would only show me the record with that number and nothing else.
example:
This is what I can see now:
shipper name || shipper address || tracking number
-------------||-----------------||-----------------
john 12 street 1
jake 14 street 2
if I type '1' into the textbox I want to only see john's record but at this point I can see everyone.
I know that is should be something along the lines of
adodc1.recordsource = Select * from customerbut I don't know the rest.
if someone has any ideas please help it would be appreciated.

New Topic/Question
Reply



MultiQuote




|