User-2074209654 posted
Hi, I'm new to mysql..
i want to create tables such as
sales
---------------------------------
so_no name address
2013 leoper new jersey
2014 roger atlanta
------------------------------------
another table...
salesorder
-------------------------------------------------------------
serial so_no line_item quantity rate
1 2013 dell laptop 1 34000
2 2013 hp workstation 2 67333
---------------------------------------------------------------
table "sales" will be connected to texdtboxes and "salesorder" will be connected to gridview...
While entering data, the textboxes will be filled first with so_no and the corresponding line items will be entered in gridview...
how to create a combination to view the column "so_no" like the following requirement..
if i select so_no=2013 from "sales"
dell laptop
hp workstation
should be displayed