Good Day! I just want to ask since there are two ways to which we can implement our validation rules in general; One in Table and another in a form, how do you usually implement it? Are you using both form and table validation rule capability or just one of them and make it as solid as possible? Because as of now, I have validation rules for both tables and my forms and i find it redundant but at the same time anticipating guilt feelings if i remove all of my validation rule on the table level because i've read several articles regarding validations that veterans strongly suggests it to be implemented on the table level. But in my experience, i find it more reliable to implement all of my validation rules on the form level because most of the time the table level rule bypasses some of the transactions that are not meant to be saved. So i had to repeat the validation code in the form level just to remind access 2007 of what the conditions are before saving the said transaction.
In conclusion, I have lots of redundant validation rules between my tables and forms. I'm not sure if this can affect my database efficiency somehow or maybe in the long run but personally i just want to do it the right way. So i'm sorry i had to ask this question just to clear things up a bit. I really need your opinion on this. Thank you in advance.
In conclusion, I have lots of redundant validation rules between my tables and forms. I'm not sure if this can affect my database efficiency somehow or maybe in the long run but personally i just want to do it the right way. So i'm sorry i had to ask this question just to clear things up a bit. I really need your opinion on this. Thank you in advance.