I have an Access 2000 database and am trying to set up multi column uniqueness on a per employee number basis.
Each record includes the following fields:
EmpNo WageNo RateOfPay
1575 8 >> 5.25
1575 10 6.25
1575 8 7.25
1575 8 >> 5.25 (Don't want this to
occur. That is same
RateOfPay for same
WageNo for same
employee.)
Table holds numerous different EmpNo's.
Column uniqueness doesn't seem to apply. Keys or indexes don't seem applicable.
What kind of integrity can I apply to achieve the above by way of MS SQL.
Any Help Appreciated
TNN, Tom TNPAYROLL@AOL.COM
[sig]<p>TOM<br><a href=mailto:WWW.TNPAYROLL@AOL.COM>WWW.TNPAYROLL@AOL.COM</a><br>[/sig]
Each record includes the following fields:
EmpNo WageNo RateOfPay
1575 8 >> 5.25
1575 10 6.25
1575 8 7.25
1575 8 >> 5.25 (Don't want this to
occur. That is same
RateOfPay for same
WageNo for same
employee.)
Table holds numerous different EmpNo's.
Column uniqueness doesn't seem to apply. Keys or indexes don't seem applicable.
What kind of integrity can I apply to achieve the above by way of MS SQL.
Any Help Appreciated
TNN, Tom TNPAYROLL@AOL.COM
[sig]<p>TOM<br><a href=mailto:WWW.TNPAYROLL@AOL.COM>WWW.TNPAYROLL@AOL.COM</a><br>[/sig]