I want to create a simple warning that says "this project is closed are you sure you want to enter data"
When a project is check off as Closed I want to trigger this msgbox when any new information connected to that project number is entered.
I don't know how to do this. DOn't want to necessarily do it from a form angle as info can be enter from different forms.
I was wondering is there a way to do it from table angle. The checkbox for Closed is in the table of the projects. So when they check that off I want to make sure that any new expenses or updates made to that project will trigger this msgbox.
Can you help with any code that can do this?
Thanks