A
|
ann 7/8/2010 |
Hi, |
S
|
Spoils author 7/8/2010 |
Hi Ann thanks for the reply, I think I didn't explain correctly what Im trying to do. |
![]() |
Sergey Kornilov admin 7/9/2010 |
It looks like a bit of manual coding will be required to make this kind of dynamic link. |
P
|
PAGD 8/2/2010 |
Hi Ann thanks for the reply, I think I didn't explain correctly what Im trying to do. I am designing a simple order tracking system. The Master table contains high level information such as shipment method (which is a selection of AIR or SHIP). Linked to this I have 2 tables AIR_DETAILS and SHIP_DETAILS. Because both of them have different fields I cannot merge them. So on the form, when Im creating the high level record I want to only display a link to either AIR_DETAILS or SHIP_DETAILS(for an inline add/edit) depending on which shipment method I have selected from the master table. Im not sure if I can use an IF statement and where exactly I could put this in. Many Thanks |
P
|
PAGD 8/2/2010 |
Hi Ann thanks for the reply, I think I didn't explain correctly what Im trying to do. I am designing a simple order tracking system. The Master table contains high level information such as shipment method (which is a selection of AIR or SHIP). Linked to this I have 2 tables AIR_DETAILS and SHIP_DETAILS. Because both of them have different fields I cannot merge them. So on the form, when Im creating the high level record I want to only display a link to either AIR_DETAILS or SHIP_DETAILS(for an inline add/edit) depending on which shipment method I have selected from the master table. Im not sure if I can use an IF statement and where exactly I could put this in. Many Thanks |
P
|
PAGD 8/2/2010 |
Hi Newbie, |
E
|
electromotive 8/2/2010 |
Hi this is a bit of a newbie question, I'm not sure if this is possible. I would like to modify the display of linked table links,so that they are dependent on a drop down selection. I.e. I have 2 linked tables to a parent table. I want to select from a drop down A or B and depending which one is selected I want a particular linked table link displayed. Many thanks
|