![]() |
Sergey Kornilov admin 4/27/2011 |
You cannot use the same field as a foreign key (master-details) and as an OwnerID. Add a new field to T2 for this purpose. |
R
|
Roger author 4/27/2011 |
You cannot use the same field as a foreign key (master-details) and as an OwnerID. Add a new field to T2 for this purpose.
|
![]() |
Sergey Kornilov admin 4/27/2011 |
You are trying to make T2.acctno field store two different values at the same time (primary key from T1 table and OwnerID from the login table). These two values are different and you need two fields for this purpose. |
R
|
Roger author 4/27/2011 |
You are trying to make T2.acctno field store two different values at the same time (primary key from T1 table and OwnerID from the login table). These two values are different and you need two fields for this purpose. Think two cellular phones. Each phone requires its own pocket. You need two pockets, right?
|
![]() |
Sergey Kornilov admin 4/28/2011 |
I recommend to double-check settings in your other projects. Even if you are able to setup it this way (i.e. adding advanced security first and master-details second) it still won't work properly as you still need two fields to store two different values. |
R
|
Roger author 4/28/2011 |
I recommend to double-check settings in your other projects. Even if you are able to setup it this way (i.e. adding advanced security first and master-details second) it still won't work properly as you still need two fields to store two different values.
|
R
|
Roger author 4/28/2011 |
You bet, I'll have one of our developers look at it. It has been working for over a year, I'll certainlly get back to this forum asap (probably tomorrow). Thanks again. <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=57941&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />
|
![]() |
Sergey Kornilov admin 4/28/2011 |
Roger, |