gdev
Technical User
- Mar 12, 2001
- 38
Hi Everyone,
I have these 3 fields in a table
planinvestid - pk
planid
investid
Records can have the same planids
Records can have the same investids
Records cannot the same planid and investid combination
A record can have an unique planid and investid
How can I make sure that a new record will not have a duplicate planid and investid?
Is there a way to do this at the table validation level or will I have to programmatically prevent duplication?
Thanks
Gwen
I have these 3 fields in a table
planinvestid - pk
planid
investid
Records can have the same planids
Records can have the same investids
Records cannot the same planid and investid combination
A record can have an unique planid and investid
How can I make sure that a new record will not have a duplicate planid and investid?
Is there a way to do this at the table validation level or will I have to programmatically prevent duplication?
Thanks
Gwen