my question is how can i prevent a user from inserting a new record and then going back and adding more (updating that record) values beyond a specific limit?
for example: the maximum number for this date/time is 7, but currently i do not have a way to limit this, so another user can enter a new record and enter a value (say, 3) which would then make the number scheduled 10.
is there a validation i can script that would chk the database and calculate that the limit has been exceeded?
so, the data entry person would receive an error/popup message that would inform them that the max.limit has been exceeded and they cannot enter more values for this date/time.
any help would be greatly appreciated.
thanks!