I have a problem with datagrid... i have a textbox ordernumber and i would like to enter the order number of a client and get the details of that client on my datagrid... is this possible... if yes can you please help me???
for instance:
--when clicked on a button--
make an sql statemant
strSQL = "select * from table where ordernumber = " & cstr(textbox.text)
fill a dataset with that sql statement
fill your datagrid with that dataset
when you have 2 tables maybe you can use databinding...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.