![]() |
Sergey Kornilov admin 1/7/2013 |
It looks a bit confusing to me. This code is not assigning anything, it simply displays data from another table. I'm not sure how this code can "assign" something. It's also not clear if you talking about adding data or about displaying data. |
S
|
snape author 1/7/2013 |
It looks a bit confusing to me. This code is not assigning anything, it simply displays data from another table. I'm not sure how this code can "assign" something. It's also not clear if you talking about adding data or about displaying data.
|
![]() |
Sergey Kornilov admin 1/7/2013 |
You can simply create master-details relationship between Jobs and Invoices tables. Corresponding link field in Invoices table will be filled with master key value from Jobs automatically. |
S
|
snape author 1/8/2013 |
You can simply create master-details relationship between Jobs and Invoices tables. Corresponding link field in Invoices table will be filled with master key value from Jobs automatically.
|
![]() |
Sergey Kornilov admin 1/8/2013 |
Well, I just did. You can simply create master-details relationship between Jobs (master) and Invoices (details) tables. Corresponding link field in Invoices table will be filled with master key value from Jobs automatically. |
S
|
snape author 1/8/2013 |
Well, I just did. You can simply create master-details relationship between Jobs (master) and Invoices (details) tables. Corresponding link field in Invoices table will be filled with master key value from Jobs automatically.
|