Hi,
I have 4 tables
A
Oid
CSchools
CArt
CCommunity
B
Oid
CLocationState
Status
C
Pid
State
LicenseStates
D
Pid
Schools
community
Region
StateBirth
PreferredState
I need to be put on the right track. I would like to give points based on a match with another field in a different table. E.g If table B ClocationState is matchs table C LicenseStates or State or table D StateBirth or PreferredState they should get 10 points for each match and at the end I need a total of all the points. Do I just have IF statements for each one, and how do I add the points for each one if there is a match.
Thanks in advance
I have 4 tables
A
Oid
CSchools
CArt
CCommunity
B
Oid
CLocationState
Status
C
Pid
State
LicenseStates
D
Pid
Schools
community
Region
StateBirth
PreferredState
I need to be put on the right track. I would like to give points based on a match with another field in a different table. E.g If table B ClocationState is matchs table C LicenseStates or State or table D StateBirth or PreferredState they should get 10 points for each match and at the end I need a total of all the points. Do I just have IF statements for each one, and how do I add the points for each one if there is a match.
Thanks in advance