Hey everyone.
Im creating a simple database for toner management, currently have a table that records the issue of toner, but now I have been asked to enable a stock control part to it. I know I have to create another table for toner qty of toner in storage. How would I be able to get access to update the qty table when one toner is issued?
Tables used are TblTonerIssue and TblToner, I know they would have to be linked via relationship and know that it would be the toners own model number as primary key in TblToner and a foriegn key in the other. Can anyone help?
2006-12-13
22:00:15
·
2 answers
·
asked by
Kiran V
1
in
Computers & Internet
➔ Programming & Design