1
0
-1

Hi i have created 2 forms and two datalist for them. I used CRUD option to create datalist. But when i create record for one form an empty record gets created in other datalist. Any help. I am uploading pics.


In above datalist two empty records are created because i have created two records in other datalist.



And here there is one empty record coz i have created one record in my first form. Why this is happening?

    CommentAdd your comment...

    2 answers

    1.  
      2
      1
      0

      Hi, try checking your form table configuration, it seems like you have both forms pointing to the same table so they are both inserting into the same database table. 

        CommentAdd your comment...
      1.  
        1
        0
        -1

        Thank You Anders. It worked.

          CommentAdd your comment...