normally we do this in oracle
select * from staff where name like '%John%';
then how to do in the
VB???
like this also cannot...how?
SQLstmt = "SELECT * FROM staff where name like ' % " & lblname.Caption & " % '"
and can somebody help me how to show the graph when i select from the combo box and click OK button?
or any article teach this?