G
Guest
hello
I am woking with a three tables ,, the main table contain the field (
Item_no , Itme_name , and balancd) , the second table is for issue material
and contain (bill_no , date , item_no ) and the last table for recieving
material and contain the same field of table 2 , what I need is to update the
balance in table 1 in every input in tables 2 and 3 in a form for issue and
recive as follow
main table
itme_no item_name balance
1 XXXXX 100
2 YYYYY 120
issue table
item_no bill date qty
1 28 12/09/05 42
2 29 15/09/05 22
recieve table
item_no bill date qty
1 28 12/09/05 66
2 29 15/09/05 77
also I need to prompt for the name of item in each form (issue & recieve)
Thanks in advance
I am woking with a three tables ,, the main table contain the field (
Item_no , Itme_name , and balancd) , the second table is for issue material
and contain (bill_no , date , item_no ) and the last table for recieving
material and contain the same field of table 2 , what I need is to update the
balance in table 1 in every input in tables 2 and 3 in a form for issue and
recive as follow
main table
itme_no item_name balance
1 XXXXX 100
2 YYYYY 120
issue table
item_no bill date qty
1 28 12/09/05 42
2 29 15/09/05 22
recieve table
item_no bill date qty
1 28 12/09/05 66
2 29 15/09/05 77
also I need to prompt for the name of item in each form (issue & recieve)
Thanks in advance