For Search textbox
this is my query correct query
Select tip_part_no as TIPPartNo, date_rec as DateRecieve, reciever_name as RecieverName,
qty, SUM(qty) as Total from pcba_info.lot_info where tip_part_no like '' group by
packing_list_no;
error in my program vb,net T_T
("Select tip_part_no as TIP, SUM(qty) as Total_Quantity from pcba_info.lot_info
WHERE tip_part_no LIKE '%" & Trim(txtsearch.Text.TrimEnd()) & "%' group by
tip_part_no '%" , con)