Hi guys,
I have looked and looked and seen various threads like this but none that really answered my question and I want to determine if i'm doing something that is not recommended in some way.
I am doing a simple mockup of an HR solution where I have two simple tables:
-Positions (where I have position information including a salary MIN and MAX)
-Employees (where I have employee information as well as actual salary)
As you may have already guessed, I want a validation rule to always ensure that the selected salary is always within the min/max range of that position. I can get this to work without issue when using a Form, however, it seems a user could get around this validation if they input the data directly into the table. Is there any way to add the validation rule at the Table level as well?
Thank you kindly!
I have looked and looked and seen various threads like this but none that really answered my question and I want to determine if i'm doing something that is not recommended in some way.
I am doing a simple mockup of an HR solution where I have two simple tables:
-Positions (where I have position information including a salary MIN and MAX)
-Employees (where I have employee information as well as actual salary)
As you may have already guessed, I want a validation rule to always ensure that the selected salary is always within the min/max range of that position. I can get this to work without issue when using a Form, however, it seems a user could get around this validation if they input the data directly into the table. Is there any way to add the validation rule at the Table level as well?
Thank you kindly!