L
leah_603
I will explain this situation using a scenario. Let's assume that i'm working
on a library system where i need a loan form that will only show books that
are available for loan. In this case, this form has a main form that shows
library member's details and its subform shows the details of the books that
are loan by library member. In this subform, one of the field (ISBN no)
displays its values using a combo box. Once a value is selected from this
combo box, values in other fields found in the subform will be shown too.
These values are based on a table that contain books info, where only the
value (ISBN no) in the combo box comes from a query. This query will only
show books that are available for loan.
If a library member wants to borrow 'booktitle1' then this book will not be
available to be loan by other members and assumed that there is only one
'booktitle1'.
I tried to update the field manually by changing the status field everytime
the book is loan out. I hope to solve this problem in an effective way.
leah
on a library system where i need a loan form that will only show books that
are available for loan. In this case, this form has a main form that shows
library member's details and its subform shows the details of the books that
are loan by library member. In this subform, one of the field (ISBN no)
displays its values using a combo box. Once a value is selected from this
combo box, values in other fields found in the subform will be shown too.
These values are based on a table that contain books info, where only the
value (ISBN no) in the combo box comes from a query. This query will only
show books that are available for loan.
If a library member wants to borrow 'booktitle1' then this book will not be
available to be loan by other members and assumed that there is only one
'booktitle1'.
I tried to update the field manually by changing the status field everytime
the book is loan out. I hope to solve this problem in an effective way.
leah