Eyeswideopen11
New member
- Local time
- Today, 13:41
- Joined
- Dec 9, 2022
- Messages
- 19
Im creating a library management system and I created a form for adding new borrowing events, it includes book, member name, book status, default value for the checkout date that will automatically populate for current date, due date that automatically calculates with dateadd function and return date. I need to figure out a validation rule that will prohibit a new member from checking out a book if the book status is out. The only idea I have is to prevent the checkout date from populating if status is "Out".
Thanks,
Thanks,