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...