I've a problem with showing data from 2 database's table in 1 table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yuukiizawa
    New Member
    • Sep 2012
    • 10

    I've a problem with showing data from 2 database's table in 1 table

    I want to make table in 4rows and 4columns
    1th row 1th column is empty.

    1th column to the 4th column (just the 1st row) are showing data from Table KRITERIA.
    2nd row to the 4th row (just the 1th column) are showing data from table ALTERNATIF.

    The data from KRITERIA which I want to show is nm_kriteria.
    The data from ALTERNATIF which I want to show is cbo1, cbo2, cbo3.

    the structure of tables
    KRITERIA : id_kriteria, nm_kriteria, quality
    ALTERNATIF : id_alternatif, nm_disease, cbo1, cbo2, cbo3

    Please help me to solve it :) thankyou...
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    Where's the code? We can't tell you what's wrong with it if we can't see it.

    Comment

    Working...