I have a Table named Table1 with Following Record inside of it
Id FromBay FromPanel ToBay ToPanel
31 =A +B =C +D
and second Table named Table2
Id Table1Id Field1 Field2
2 31 Yes Yes
I want to have the Following result in a Query
PanelName Fiedl1 Field2
=A+B Yes Yes
=C+D null null
how can i write my SQL? I think i have problem with Fields in Table2? is yes how should change it
Thank you
Id FromBay FromPanel ToBay ToPanel
31 =A +B =C +D
and second Table named Table2
Id Table1Id Field1 Field2
2 31 Yes Yes
I want to have the Following result in a Query
PanelName Fiedl1 Field2
=A+B Yes Yes
=C+D null null
how can i write my SQL? I think i have problem with Fields in Table2? is yes how should change it
Thank you