How to create master detail data entry forms in VWD

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tahirsatti
    New Member
    • Mar 2013
    • 2

    How to create master detail data entry forms in VWD

    I am facing some problem regarding designing of master detail data entry form in vwd,i have vwd 2012 and i have two tables one have primary key and second table have forign key i just want to design web form having primary key table data as master form and forign key table data as detail form(just like grid view).Please halp me how to design a form having single insert update and delete option for both form.

    Thansk and Best Regards,
  • Unkno
    New Member
    • Mar 2013
    • 9

    #2
    For updating the master content from child that is simple, you write call for foreign table, and move to update the columns in the master from the child.
    update mcolumn_name where childforeigncol umn=foreign key
    This is just the basic

    Comment

    • tahirsatti
      New Member
      • Mar 2013
      • 2

      #3
      Thanks for your response.If possible please guide as how i will display/edit/insert/update data in single webform from both table.I just want to display data from parent table as form view and from chield table as detail view.Please note that my requirment is to insert update and delete data on single form.
      Thanks.

      Comment

      Working...