D
Devon
Hello
I am creating a database to keep track of books being checked out. I have
two tables (books, and users). I have a Main Form to keep track of the
books, and and Subform to keep track of the users. All seems to be working
correctly, but I do need some assistance.
How do I code for the following: If Book #1 is checked out by John Smith, I
want to make sure nobody else can check out the book without a
Date_Checked_In field being populated for John Smith.
I am thinking I would need to create an If/Then statement using Before
Update on the first field in the Subform to check for the Date_Checked_In
field of the previous record, but am not sure what the fields would be called
within Access.
Please let me know if you have any questions.
Thanks
Devon
I am creating a database to keep track of books being checked out. I have
two tables (books, and users). I have a Main Form to keep track of the
books, and and Subform to keep track of the users. All seems to be working
correctly, but I do need some assistance.
How do I code for the following: If Book #1 is checked out by John Smith, I
want to make sure nobody else can check out the book without a
Date_Checked_In field being populated for John Smith.
I am thinking I would need to create an If/Then statement using Before
Update on the first field in the Subform to check for the Date_Checked_In
field of the previous record, but am not sure what the fields would be called
within Access.
Please let me know if you have any questions.
Thanks
Devon