I am a newbie, i just started useing access 2000.
i have a table Sport and a table SportPoints.
In the table Sport there is a field called MaxPointsAvailable:
e.g. for tennis the MaxPointsAvailable is 30
for squash the MaxPointsAvailable is 40
In the table SportPoints i have a field called Points and a field called SportTitle.
What i am trying to do is to write a validation rule in the field Points (which is a Number) to say :
Depending the SportTitle (e.g. tennis) the max value that can take is 30 and so on...
with other words to be something like:SportPoints.Points <=Sport.MaxPointsAvailable
Can please anyone help me.
i have a table Sport and a table SportPoints.
In the table Sport there is a field called MaxPointsAvailable:
e.g. for tennis the MaxPointsAvailable is 30
for squash the MaxPointsAvailable is 40
In the table SportPoints i have a field called Points and a field called SportTitle.
What i am trying to do is to write a validation rule in the field Points (which is a Number) to say :
Depending the SportTitle (e.g. tennis) the max value that can take is 30 and so on...
with other words to be something like:SportPoints.Points <=Sport.MaxPointsAvailable
Can please anyone help me.