![]() |
Sergey Kornilov admin 3/3/2011 |
If you link two tables as Master-Details you can add both master and details on the same page. Hopefully this is what you looking for. |
Z
|
zeth385 author 3/3/2011 |
If you link two tables as Master-Details you can add both master and details on the same page. Hopefully this is what you looking for.
|
![]() |
Sergey Kornilov admin 3/3/2011 |
This is correct, details table should appear as a list. Not really sure what would be the other way to add multiple records at once. Probably you can supply a screenshot that explains how exactly your form is supposed to look. |
Z
|
zeth385 author 3/7/2011 |
This is correct, details table should appear as a list. Not really sure what would be the other way to add multiple records at once. Probably you can supply a screenshot that explains how exactly your form is supposed to look.
|
![]() |
Sergey Kornilov admin 3/7/2011 |
I guess you going to need some code written. Here is an example that shows how to update two tables at the same time: |
Z
|
zeth385 author 3/7/2011 |
I guess you going to need some code written. Here is an example that shows how to update two tables at the same time: http://xlinesoft.com/phprunner/docs/update_multiple_tables.htm
|
![]() |
Sergey Kornilov admin 3/7/2011 |
As a simplest solution you can modify SQL Query joining master and details tables. This gives you the option to display fields from both tables on the same form. |
Z
|
zeth385 author 3/8/2011 |
Ok, I'll try it and tell you what happened. |