I have a table that I have set up a validation rule that prevents staff from entering data more than 45 days old... My problem is that Team Leaders want a work around so they can still enter the data if necessary. I know that work arounds are not allowed with validation rules, so I was wondering if anyone had thoughts on how I could do this.
I thought perhaps I would create a popup form with a code field that Team Leaders could enter a code and if correct then proceed to enter the data.
Would this work best in code, or thorough a macro? I've got about thirty different forms I would need to add this to, so am trying to develop a "universal" all inclusive application without having to define this on every form.
Also, would I need to tie the field to a temporary variable somehow? Any thoughts you experts have would be appreciated.

I thought perhaps I would create a popup form with a code field that Team Leaders could enter a code and if correct then proceed to enter the data.
Would this work best in code, or thorough a macro? I've got about thirty different forms I would need to add this to, so am trying to develop a "universal" all inclusive application without having to define this on every form.
Also, would I need to tie the field to a temporary variable somehow? Any thoughts you experts have would be appreciated.