Dear Access Programmer,
I am a new in Access. Here are the description of my problems:
- I have two tables: TblBook that has fields "BookId, BookName, BookQty" and TblBorrow that has fields "BorrowId, BookId, BorrowBookQty, BorrowDate".
- In FormBook i have a subform name "Book subform".
- In FormBorrow i have a subform name "Borrow subform".
- When i select the BookId and enter BorrowBookQty in the table TblBorrow, the BookQty in table TblBook must minus too.
How can i deal with this? Could you please give me some idea?
Thanks,
Veasna
I am a new in Access. Here are the description of my problems:
- I have two tables: TblBook that has fields "BookId, BookName, BookQty" and TblBorrow that has fields "BorrowId, BookId, BorrowBookQty, BorrowDate".
- In FormBook i have a subform name "Book subform".
- In FormBorrow i have a subform name "Borrow subform".
- When i select the BookId and enter BorrowBookQty in the table TblBorrow, the BookQty in table TblBook must minus too.
How can i deal with this? Could you please give me some idea?
Thanks,
Veasna