jgoodman00
Programmer
- Jan 23, 2001
- 1,510
I have a table which is going to store information about species for a particular area, & relative abundance.
The fields are:
AreaID, SpeciesID, RelAbundance.
For any given AreaID I need to create a validation rule to ensure the Sum(RelAbundance) <= 100
Any ideas?
James Goodman MCSE, MCDBA
The fields are:
AreaID, SpeciesID, RelAbundance.
For any given AreaID I need to create a validation rule to ensure the Sum(RelAbundance) <= 100
Any ideas?
James Goodman MCSE, MCDBA