I have a lending library database (access 2010 on Windows xp). I have another patron registration database. I can link the Transactions (book loans) table to the registration database. Now what I would like to do is when a patron registers into the library and an item is overdue, a message will popup informing the librarian that the item is over due. I don't know how to do this. The correct syntax on the form ON Current event
that will accomplish this. How to refer to the table to look up the field name. From Transaction table If DUE DATE is < DAte() and if CHECKED IN DATE is Null then msg Box " (Book Title) is overdue". Sounds simple but am new to coding so will appreciate any help. Thanks
that will accomplish this. How to refer to the table to look up the field name. From Transaction table If DUE DATE is < DAte() and if CHECKED IN DATE is Null then msg Box " (Book Title) is overdue". Sounds simple but am new to coding so will appreciate any help. Thanks