after searching & trying..still cannot get the solution...
let me breif more...
i have this tbl..
tblProductCode
- ProductCode
- Product Description
tblStockIn
- productID
-productcode
- Quantity
- SerialNumber
- Invoice Number
- Price
- Date In
tblStockOut
- outID
-productcode
-serial number
-quantity
so..at frmStockOut..(attached before)
there productcode user will select using combo box..
now.. im try todo cascading cbo..
after trying many code..it seems not working..
pls help me..