Hi,
I was wondering how to write a somewhat complicated validation rule. Our database has many ID components, some of them are not the primary key. For one of these IDs I do not want another field to repeat for that given ID.
So there might be 40 primary key IDs within a region (region ID) and for that region I do not want the rank (a seperate variable) to repeat. So I want to do something like
IF RegionID is the same THEN Rank cannot repeat. in the "validation rule" for the rank variable.
Anyone know how this is done?
Thanks!
Anne
I was wondering how to write a somewhat complicated validation rule. Our database has many ID components, some of them are not the primary key. For one of these IDs I do not want another field to repeat for that given ID.
So there might be 40 primary key IDs within a region (region ID) and for that region I do not want the rank (a seperate variable) to repeat. So I want to do something like
IF RegionID is the same THEN Rank cannot repeat. in the "validation rule" for the rank variable.
Anyone know how this is done?
Thanks!
Anne
Comment