ClowneUser
MIS
Hi,
I have a small database that i use to 'try' to keep track of all the toners/carts we purchase in our company, i have a table to record all the purchases and a seperate table to record all the itams that have been handed out to people, i think i should have used a transaction table, but i couldn't get that working....
What i need is to create someway of knowing how many of each toner/cart i have in stock, any ideas?
below are the two tables for the order/issue there is also a table with the cart descriptions in as well...
tbl_cart_order
Order_No
Order_date
Item
qty
tbl_cart_issue
Issue_No
Issue_date
Item
qty
Thanks in advance
Mick.
I have a small database that i use to 'try' to keep track of all the toners/carts we purchase in our company, i have a table to record all the purchases and a seperate table to record all the itams that have been handed out to people, i think i should have used a transaction table, but i couldn't get that working....
What i need is to create someway of knowing how many of each toner/cart i have in stock, any ideas?
below are the two tables for the order/issue there is also a table with the cart descriptions in as well...
tbl_cart_order
Order_No
Order_date
Item
qty
tbl_cart_issue
Issue_No
Issue_date
Item
qty
Thanks in advance
Mick.